efl: fix cross build.
This commit is contained in:
@@ -17,10 +17,11 @@ distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
|
|||||||
checksum=a3f536cd75ca7caac8d61805a53a99ecdcb4ccf1953f081c492dbecee282ef15
|
checksum=a3f536cd75ca7caac8d61805a53a99ecdcb4ccf1953f081c492dbecee282ef15
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
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-cxx=/usr/bin/eolian_cxx"
|
||||||
configure_args+=" --with-eolian-gen=/usr/bin/eolian_gen"
|
configure_args+=" --with-eolian-gen=/usr/bin/eolian_gen"
|
||||||
configure_args+=" --with-bin-edje-cc=/usr/bin/edje_cc"
|
configure_args+=" --with-bin-edje-cc=/usr/bin/edje_cc"
|
||||||
|
configure_args+=" --with-bin-elua=/usr/bin/elua"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user