comparison src/gdk-pixbuf.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 1acdcff4d88a
children 8d43a215ea43
comparison
equal deleted inserted replaced
1205:671bfbe4063d 1207:de4ff9fbd0be
24 # wine confuses the cross-compiling detection, so set it explicitly 24 # wine confuses the cross-compiling detection, so set it explicitly
25 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' 25 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
26 cd '$(1)' && ./configure \ 26 cd '$(1)' && ./configure \
27 --host='$(TARGET)' \ 27 --host='$(TARGET)' \
28 --disable-shared \ 28 --disable-shared \
29 --prefix='$(PREFIX)/$(TARGET)' 29 --prefix='$(PREFIX)/$(TARGET)' \
30 --disable-modules \
31 --with-included-loaders
30 $(MAKE) -C '$(1)' -j '$(JOBS)' install 32 $(MAKE) -C '$(1)' -j '$(JOBS)' install
31 endef 33 endef