From d3939e140398e3d4f43a8fc49f3a8e307053cd92 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 16 Dec 2017 10:17:49 -0800 Subject: [PATCH] tiff: build without gl --- packages/graphics/tiff/package.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/graphics/tiff/package.mk b/packages/graphics/tiff/package.mk index 14fd951279..17666e7cda 100644 --- a/packages/graphics/tiff/package.mk +++ b/packages/graphics/tiff/package.mk @@ -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"