efl: fix cross build.

This commit is contained in:
Juan RP 2014-09-04 02:23:27 +02:00
parent 64ee218b3f
commit ff0eadedd6

View File

@ -22,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-eolian-gen=/usr/bin/eolian_gen"
configure_args+=" --with-bin-edje-cc=/usr/bin/edje_cc"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
autoreconf -fi
}
fi