poppler: fix config option --disable-poppler-qt to --disable-poppler-qt4

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andreas Müller
2013-05-12 20:48:17 +00:00
committed by Martin Jansa
parent f5447567eb
commit 38e78df3ca
@@ -2,6 +2,8 @@ DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code bas
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PR = "r1"
SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "be915388eaad6865cee5a156c8119ec1"
SRC_URI[sha256sum] = "916a931cbef951366014f13d5f4a574657ccc064ac41051df96dd58e22934431"
@@ -13,7 +15,7 @@ inherit autotools pkgconfig
EXTRA_OECONF = "\
--enable-xpdf-headers \
--disable-gtk-test \
--disable-poppler-qt \
--disable-poppler-qt4 \
--enable-zlib \
"