wok-current rev 10315
edje: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 23:52:04 2011 +0000 (2011-05-21) |
parents | 4263955c9c96 |
children | ec417fcd0d02 |
files | edje/receipt |
line diff
1.1 --- a/edje/receipt Sat May 21 23:50:00 2011 +0000 1.2 +++ b/edje/receipt Sat May 21 23:52:04 2011 +0000 1.3 @@ -16,7 +16,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --enable-amalgamation && \ 1.8 + ./configure --enable-amalgamation \ 1.9 + $CONFIGURE_ARGS && \ 1.10 make && make install 1.11 } 1.12