wok diff gdk-pixbuf/receipt @ rev 9974

linux: FIX config files (they was missing config and still i486 config)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 19:11:35 2011 +0200 (2011-05-18)
parents 03723f92b911
children 8093141fda66
line diff
     1.1 --- a/gdk-pixbuf/receipt	Sat Mar 19 18:01:16 2011 +0100
     1.2 +++ b/gdk-pixbuf/receipt	Wed May 18 19:11:35 2011 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  		--infodir=/usr/share/info \
     1.5  		--mandir=/usr/share/man \
     1.6  		--without-libjasper \
     1.7 -		--with-included-loaders=png,xpm,jpeg,bmp \
     1.8 +		--with-included-loaders=bmp,gif,jpeg,pcx,png,xpm  \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$PWD/_pkg install
    1.11  }