From 448b0474d0360a8eed1fb712324dc42cda06a046 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Nov 2014 11:34:00 +0100 Subject: [PATCH] efl: disable wayland and switch to opengl again. --- srcpkgs/efl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index 7249dfd93af..2c9647e5a97 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -29,12 +29,12 @@ fi # Package build options build_options="framebuffer gles2 harfbuzz opengl pulseaudio systemd wayland x11" # 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 i686*|x86_64*) # Enable gles2 by default on x86. - build_options_default+=" gles2" + build_options_default+=" opengl" ;; armv6l*) # Disable neon.