mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
efl/enlightenment: switch to opengl again; my radeon hd4770 does not support GLES.
This commit is contained in:
parent
7e9f329643
commit
2d03a0e19c
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'efl'
|
# Template file for 'efl'
|
||||||
pkgname=efl
|
pkgname=efl
|
||||||
version=1.10.2
|
version=1.10.2
|
||||||
revision=1
|
revision=2
|
||||||
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="
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -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 gles2 by default on x86.
|
# Enable opengl by default on x86.
|
||||||
build_options_default+=" gles2"
|
build_options_default+=" opengl"
|
||||||
;;
|
;;
|
||||||
armv6l*)
|
armv6l*)
|
||||||
# Disable neon.
|
# Disable neon.
|
||||||
|
|
|
@ -4,7 +4,7 @@ _distver=0.19.0
|
||||||
_patchver=alpha1
|
_patchver=alpha1
|
||||||
version=${_distver}${_patchver}
|
version=${_distver}${_patchver}
|
||||||
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-pam --disable-bluez4"
|
configure_args="--enable-pam --disable-bluez4"
|
||||||
hostmakedepends="pkg-config efl>=1.10"
|
hostmakedepends="pkg-config efl>=1.10"
|
||||||
|
|
Loading…
Add table
Reference in a new issue