tiff: build without gl

This commit is contained in:
Lukas Rusak 2017-12-16 10:17:49 -08:00
parent 3a9350fd93
commit d3939e1403
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -36,7 +36,8 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--with-gl=no \
--with-jpeg-lib-dir=$SYSROOT_PREFIX/usr/lib \
--with-jpeg-include-dir=$SYSROOT_PREFIX/usr/include \
--without-x"
--without-x \
--with-gl=no"
pre_configure_target() {
export CFLAGS="$CFLAGS -fPIC -DPIC"