diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index 2c9647e5a97..8819e11af7a 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -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 }