wok rev 6663

Made xpm and jpeg be plugins again in gdk-pixbuf.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 20:58:20 2010 +0000 (2010-10-11)
parents a7ae36f269af
children 04b76a72ea11
files gdk-pixbuf/receipt
line diff
     1.1 --- a/gdk-pixbuf/receipt	Mon Oct 11 19:21:30 2010 +0000
     1.2 +++ b/gdk-pixbuf/receipt	Mon Oct 11 20:58:20 2010 +0000
     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 \
     1.8 +		--with-included-loaders=png \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$PWD/_pkg install
    1.11  }