diff src/librsvg.mk @ 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 71ff7a06339f
children 104c7045f292
line wrap: on
line diff
--- 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 \