efl: fix cross build.

This commit is contained in:
Juan RP 2014-11-11 12:14:29 +01:00
parent 1832d6eed4
commit e9697f1978

View File

@ -17,10 +17,11 @@ distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
checksum=a3f536cd75ca7caac8d61805a53a99ecdcb4ccf1953f081c492dbecee282ef15
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" automake gettext-devel libtool efl>=${version}"
hostmakedepends+=" automake gettext-devel libtool efl-devel>=${version}"
configure_args+=" --with-eolian-cxx=/usr/bin/eolian_cxx"
configure_args+=" --with-eolian-gen=/usr/bin/eolian_gen"
configure_args+=" --with-bin-edje-cc=/usr/bin/edje_cc"
configure_args+=" --with-bin-elua=/usr/bin/elua"
pre_configure() {
autoreconf -fi
}