wok diff directfb/receipt @ rev 13476

Add: scrounge-ntfs
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Oct 09 16:12:56 2012 +0200 (2012-10-09)
parents e5b73f3c73d4
children eb8067417980
line diff
     1.1 --- a/directfb/receipt	Thu Nov 03 23:07:20 2011 +0100
     1.2 +++ b/directfb/receipt	Tue Oct 09 16:12:56 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  }