efl: update to 1.11.1.
This commit is contained in:
parent
c7ac5c1eb7
commit
a8d0be2e11
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'efl'
|
||||
pkgname=efl
|
||||
version=1.10.3
|
||||
version=1.11.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-multisense --enable-image-loader-webp CXX="
|
||||
|
@ -14,7 +14,7 @@ short_desc="Enlightenment Foundation Libraries"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
|
||||
checksum=d0582bbc04b974ba7c3ae60dac5c9b6b850210d15498ad73638fa961f753d48d
|
||||
checksum=fb3e4463456315919d36cb9322458a7ba627418283cd49181432a1476d28b35f
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" automake gettext-devel libtool efl>=1.10"
|
||||
|
@ -60,7 +60,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "$build_option_opengl" ]; then
|
||||
configure_args+=" --enable-drm --with-opengl=full"
|
||||
configure_args+=" --with-opengl=full"
|
||||
makedepends+=" MesaLib-devel"
|
||||
elif [ "$build_option_gles2" ]; then
|
||||
configure_args+=" --with-opengl=es"
|
||||
|
|
Loading…
Reference in New Issue