efl: require same host version due to libressl-2.1.2 rebuild.

This commit is contained in:
Juan RP 2015-01-03 12:32:24 +01:00
parent 26ba5a04be
commit a13cbad698

View file

@ -21,7 +21,7 @@ distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
checksum=dc4a3fe448e0a8019030fe7c045de30d9ac1e92033620fbfbefb761c3ba9ddce
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" automake gettext-devel libtool efl-devel>=${version}"
hostmakedepends+=" automake gettext-devel libtool efl-devel>=${version}_${revision}"
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"