disable dynamic module loading in package gdk-pixbuf

Also use included modules in gdk-pixbuf.

A consequence seems to be that librsvg cannot built a module for
gdk-pixbuf.
This commit is contained in:
Mark Brand 2010-09-27 21:19:20 +02:00
parent 37eb0b0117
commit d8553fcb2c
2 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,8 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
--prefix='$(PREFIX)/$(TARGET)' \
--disable-modules \
--with-included-loaders
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef

View File

@ -24,7 +24,7 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-pixbuf-loader \
--disable-pixbuf-loader \
--disable-gtk-theme \
--disable-mozilla-plugin \
--disable-gtk-doc \