# HG changeset patch # User Christopher Rogers # Date 1306021924 0 # Node ID d28b33b7d795dbb360c9d77165ad15cb7dfd5b42 # Parent 4263955c9c961c56c3b1a6b9daad4edd3adabac5 edje: Add $CONFIGURE_ARGS. diff -r 4263955c9c96 -r d28b33b7d795 edje/receipt --- a/edje/receipt Sat May 21 23:50:00 2011 +0000 +++ b/edje/receipt Sat May 21 23:52:04 2011 +0000 @@ -16,7 +16,8 @@ compile_rules() { cd $src - ./configure --enable-amalgamation && \ + ./configure --enable-amalgamation \ + $CONFIGURE_ARGS && \ make && make install }