wok-4.x rev 9378
gdk-pixbuf: add support for gif, pcx, xpm (Thanks Robertugo)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Mar 25 18:01:25 2011 +0100 (2011-03-25) |
parents | 383d36cd4d39 |
children | 23000840a59e |
files | gdk-pixbuf/receipt |
line diff
1.1 --- a/gdk-pixbuf/receipt Fri Mar 25 11:18:31 2011 +0100 1.2 +++ b/gdk-pixbuf/receipt Fri Mar 25 18:01:25 2011 +0100 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 }