mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
efl: update to 1.11.4.
This commit is contained in:
parent
f3437969d0
commit
661dfe4c05
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'efl'
|
# Template file for 'efl'
|
||||||
pkgname=efl
|
pkgname=efl
|
||||||
version=1.11.3
|
version=1.11.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-multisense --enable-image-loader-webp CXX="
|
configure_args="--enable-multisense --enable-image-loader-webp CXX="
|
||||||
|
@ -14,7 +14,7 @@ short_desc="Enlightenment Foundation Libraries"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
|
distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
|
||||||
checksum=d949ea166aa773f6c0542bbea16df6223f181197dcf77390f3c29debe8a83769
|
checksum=3e5aba667b6cdfb2fb89aa637fa8ee92abc2d9950420cf2b4c540809f238fc78
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" automake gettext-devel libtool efl>=${version}"
|
hostmakedepends+=" automake gettext-devel libtool efl>=${version}"
|
||||||
|
@ -33,8 +33,8 @@ build_options_default="harfbuzz pulseaudio wayland x11"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
# Enable opengl by default on x86.
|
# Enable gles2 by default on x86.
|
||||||
build_options_default+=" opengl"
|
build_options_default+=" gles2"
|
||||||
;;
|
;;
|
||||||
armv6l*)
|
armv6l*)
|
||||||
# Disable neon.
|
# Disable neon.
|
||||||
|
|
Loading…
Add table
Reference in a new issue