From b0809bdc96516f07de1abcf14e440ce7c03fa798 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 May 2014 09:47:11 +0200 Subject: [PATCH] SDL2: disable wayland option on x86 (needs gles). --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index e95f46eae55..5f0e1826ea8 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -25,8 +25,8 @@ desc_option_wayland="Enable support for wayland video output" desc_option_x11="Enable support for X11 video output" if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then - # Enable OpenGL, pulseaudio, wayland and x11 - build_options_default+=" opengl pulseaudio wayland x11" + # Enable OpenGL, pulseaudio and x11 + build_options_default+=" opengl pulseaudio x11" elif [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then # Enable OpenGL/ES on RaspberryPi