summaryrefslogtreecommitdiffstats
path: root/src/gdk-pixbuf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdk-pixbuf.mk')
-rw-r--r--src/gdk-pixbuf.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index 64b9f7b..a5b3db0 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -21,11 +21,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --enable-static \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--disable-modules \
--with-included-loaders \
--without-gdiplus \