wok-undigest rev 432

directfb: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 06 15:32:59 2011 +0200 (2011-09-06)
parents f1a53217db0a
children 5878b2ecd43a
files directfb/receipt
line diff
     1.1 --- a/directfb/receipt	Tue Sep 06 15:23:55 2011 +0200
     1.2 +++ b/directfb/receipt	Tue Sep 06 15:32:59 2011 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --sysconfdir=/etc &&
     1.8 +	./configure --prefix=/usr --sysconfdir=/etc --with-dither-rgb16=none &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }