wok-current diff directfb/receipt @ rev 13638
Up: embryo (1.7.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Nov 16 00:04:15 2012 +0100 (2012-11-16) |
parents | e5b73f3c73d4 |
children | eb8067417980 |
line diff
1.1 --- a/directfb/receipt Thu Nov 03 23:07:20 2011 +0100 1.2 +++ b/directfb/receipt Fri Nov 16 00:04:15 2012 +0100 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 }