wok diff gdk-pixbuf/receipt @ rev 13843
get-LibreOffice: bb/ls checks target link now.
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 08 12:44:48 2013 +0100 (2013-01-08) |
parents | 072b7a6d6f36 |
children | 380ffe05937a |
line diff
1.1 --- a/gdk-pixbuf/receipt Mon May 07 23:30:58 2012 +0200 1.2 +++ b/gdk-pixbuf/receipt Tue Jan 08 12:44:48 2013 +0100 1.3 @@ -21,6 +21,7 @@ 1.4 ./configure \ 1.5 --disable-glibtest \ 1.6 --without-libjasper \ 1.7 + --with-x11 \ 1.8 --build=$HOST_SYSTEM --host=$HOST_SYSTEM && 1.9 make && make install 1.10 } 1.11 @@ -41,6 +42,6 @@ 1.12 post_install() 1.13 { 1.14 echo -n "Updating gdk pixbuf loaders cache file..." 1.15 - chroot $root/ /usr/bin/gdk-pixbuf-query-loaders --update-cache 1.16 + chroot $1/ /usr/bin/gdk-pixbuf-query-loaders --update-cache 1.17 status 1.18 }