changeset 1207:de4ff9fbd0be

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.
author Mark Brand <mabrand@mabrand.nl>
date Mon, 27 Sep 2010 21:19:20 +0200
parents 671bfbe4063d
children f6f994be9b4d
files src/gdk-pixbuf.mk src/librsvg.mk
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdk-pixbuf.mk	Mon Sep 27 15:42:09 2010 +0200
+++ b/src/gdk-pixbuf.mk	Mon Sep 27 21:19:20 2010 +0200
@@ -26,6 +26,8 @@
     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
--- a/src/librsvg.mk	Mon Sep 27 15:42:09 2010 +0200
+++ b/src/librsvg.mk	Mon Sep 27 21:19:20 2010 +0200
@@ -24,7 +24,7 @@
         --host='$(TARGET)' \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
-        --enable-pixbuf-loader \
+        --disable-pixbuf-loader \
         --disable-gtk-theme \
         --disable-mozilla-plugin \
         --disable-gtk-doc \