poppler: Disable poppler-glib

This avoids depending on glib. It can be split up into separate
subpackage if anyone needs that, but for now just don't build it.
This commit is contained in:
Fredrik Fornwall 2015-11-13 22:59:54 -05:00
parent a71776bcb6
commit 1f35974de0
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
TERMUX_PKG_HOMEPAGE=http://poppler.freedesktop.org/
TERMUX_PKG_DESCRIPTION="PDF rendering library"
TERMUX_PKG_VERSION=0.37.0
TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_SRCURL=http://poppler.freedesktop.org/poppler-${TERMUX_PKG_VERSION}.tar.xz
# libcairo and littlecms is used by pdftocairo:
TERMUX_PKG_DEPENDS="fontconfig, libcairo, libpng, libjpeg-turbo, libtiff, littlecms, libgnustl, openjpeg"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-poppler-glib"
# $NDK/docs/STANDALONE-TOOLCHAIN.html: "If you use the GNU libstdc++, you will need to explicitly link with libsupc++ if you use these features"
export LDFLAGS="$LDFLAGS -lgnustl_shared" # -lsupc++"