poppler: fix ENABLE for cross arches and explicitly enable other stuff.

This commit is contained in:
maxice8 2019-01-08 15:07:36 -02:00
parent 7beeebb83c
commit 1936809a75
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -6,8 +6,9 @@ pkgname=poppler
version=0.73.0
revision=1
build_style=cmake
configure_args="-DENABLE_UNSTABLE_API_ABI_HEADERS=ON
-DENABLE_GLIB=$(vopt_if gir ON OFF) -DENABLE_QT5=OFF"
configure_args="-DENABLE_UNSTABLE_API_ABI_HEADERS=ON -DENABLE_CPP=ON
-DENABLE_GLIB=ON -DENABLE_GOBJECT_INTROSPECTION=$(vopt_if gir ON OFF)
-DENABLE_QT5=OFF -DENABLE_UTILS=ON"
hostmakedepends="pkg-config glib-devel"
makedepends="libpng-devel libglib-devel cairo-devel tiff-devel lcms2-devel
libcurl-devel libopenjpeg2-devel $(vopt_if gir gobject-introspection)"