poppler: disable build of the qt5 library

This commit is contained in:
Juergen Daubert 2014-08-26 19:17:07 +02:00
parent b7c48d59a0
commit 9a23357e93

View File

@ -6,7 +6,7 @@
name=poppler
version=0.26.4
release=1
release=2
source=(http://poppler.freedesktop.org/$name-$version.tar.xz)
build() {
@ -17,7 +17,7 @@ build() {
--enable-{zlib,libjpeg,libpng} \
--enable-cms=lcms2 \
--enable-xpdf-headers \
--disable-poppler-{glib,qt4}
--disable-poppler-{glib,qt4,qt5}
make
make DESTDIR=$PKG install