summaryrefslogtreecommitdiff
path: root/package/gdk-pixbuf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-06 16:36:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-06 16:37:00 +0100
commitad6d002a0a9fc7e89d0bf609729447e1c075e5d7 (patch)
tree9801d16a9360c8937d00014e017131724ea87751 /package/gdk-pixbuf
parent8a645ddb0f6b17881900e968b4420427566e877f (diff)
gdk-pixbuf: disable jpeg/png for host
Diffstat (limited to 'package/gdk-pixbuf')
-rw-r--r--package/gdk-pixbuf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gdk-pixbuf/Makefile b/package/gdk-pixbuf/Makefile
index 50f40b4e2..0c829dd54 100644
--- a/package/gdk-pixbuf/Makefile
+++ b/package/gdk-pixbuf/Makefile
@@ -24,6 +24,8 @@ $(eval $(call PKG_template,GDK_PIXBUF,gdk-pixbuf,$(PKG_VERSION)-$(PKG_RELEASE),$
HOST_LDFLAGS+= -lffi -lz -ldl -lresolv
HOST_CONFIGURE_ARGS+= --disable-glibtest \
+ --without-libjpeg \
+ --without-libpng \
--without-libtiff
CONFIGURE_ENV+= gio_can_sniff=no