SDL2: disable wayland option on x86 (needs gles).

This commit is contained in:
Juan RP 2014-05-23 09:47:11 +02:00
parent 72e0505c5e
commit b0809bdc96

View file

@ -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