From 95c334367d14271ebd662062d06bb7d9acfb4a5e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 Mar 2016 11:41:53 +0200 Subject: [PATCH] tiff: build without OpenGL support Signed-off-by: Stephan Raue --- packages/graphics/tiff/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/graphics/tiff/package.mk b/packages/graphics/tiff/package.mk index 782f35e322..23d5c0ee2e 100644 --- a/packages/graphics/tiff/package.mk +++ b/packages/graphics/tiff/package.mk @@ -37,6 +37,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \ --disable-shared \ --disable-mdi \ --enable-cxx \ + --with-gl=no \ --with-jpeg-lib-dir=$SYSROOT_PREFIX/usr/lib \ --with-jpeg-include-dir=$SYSROOT_PREFIX/usr/include \ --without-x"