wok diff directfb/receipt @ rev 13466

libmtp: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 11:47:11 2012 +0200 (2012-10-08)
parents e5b73f3c73d4
children eb8067417980
line diff
     1.1 --- a/directfb/receipt	Thu Nov 03 23:07:20 2011 +0100
     1.2 +++ b/directfb/receipt	Mon Oct 08 11:47:11 2012 +0200
     1.3 @@ -16,7 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --sysconfdir=/etc --with-dither-rgb16=none &&
     1.8 +	./configure --prefix=/usr --sysconfdir=/etc --with-dither-rgb16=none \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }