efl/enlightenment: switch to opengl again; my radeon hd4770 does not support GLES.
This commit is contained in:
parent
7e9f329643
commit
2d03a0e19c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'efl'
|
||||
pkgname=efl
|
||||
version=1.10.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-multisense --enable-image-loader-webp CXX="
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -33,8 +33,8 @@ build_options_default="harfbuzz pulseaudio wayland x11"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
# Enable gles2 by default on x86.
|
||||
build_options_default+=" gles2"
|
||||
# Enable opengl by default on x86.
|
||||
build_options_default+=" opengl"
|
||||
;;
|
||||
armv6l*)
|
||||
# Disable neon.
|
||||
|
|
|
@ -4,7 +4,7 @@ _distver=0.19.0
|
|||
_patchver=alpha1
|
||||
version=${_distver}${_patchver}
|
||||
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pam --disable-bluez4"
|
||||
hostmakedepends="pkg-config efl>=1.10"
|
||||
|
|
Loading…
Reference in New Issue