mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 10:03:51 +02:00
efl: disable wayland and switch to opengl again.
This commit is contained in:
parent
34a01b05b7
commit
448b0474d0
1 changed files with 2 additions and 2 deletions
|
@ -29,12 +29,12 @@ fi
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="framebuffer gles2 harfbuzz opengl pulseaudio systemd wayland x11"
|
build_options="framebuffer gles2 harfbuzz opengl pulseaudio systemd wayland x11"
|
||||||
# Enable harfbuzz, pulseaudio, wayland and x11 by default.
|
# Enable harfbuzz, pulseaudio, wayland and x11 by default.
|
||||||
build_options_default="harfbuzz pulseaudio wayland x11"
|
build_options_default="harfbuzz pulseaudio x11"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
# Enable gles2 by default on x86.
|
# Enable gles2 by default on x86.
|
||||||
build_options_default+=" gles2"
|
build_options_default+=" opengl"
|
||||||
;;
|
;;
|
||||||
armv6l*)
|
armv6l*)
|
||||||
# Disable neon.
|
# Disable neon.
|
||||||
|
|
Loading…
Add table
Reference in a new issue