efl: require host efl>=1.11 to fix cross build.
This commit is contained in:
parent
1120cc7c58
commit
9c1dcd2449
|
@ -17,7 +17,7 @@ distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
|
|||
checksum=fb3e4463456315919d36cb9322458a7ba627418283cd49181432a1476d28b35f
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" automake gettext-devel libtool efl>=1.10"
|
||||
hostmakedepends+=" automake gettext-devel libtool efl>=${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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user