SDL2: disable wayland option on x86 (needs gles).
This commit is contained in:
parent
72e0505c5e
commit
b0809bdc96
|
@ -25,8 +25,8 @@ desc_option_wayland="Enable support for wayland video output"
|
||||||
desc_option_x11="Enable support for X11 video output"
|
desc_option_x11="Enable support for X11 video output"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
# Enable OpenGL, pulseaudio, wayland and x11
|
# Enable OpenGL, pulseaudio and x11
|
||||||
build_options_default+=" opengl pulseaudio wayland x11"
|
build_options_default+=" opengl pulseaudio x11"
|
||||||
|
|
||||||
elif [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
elif [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
||||||
# Enable OpenGL/ES on RaspberryPi
|
# Enable OpenGL/ES on RaspberryPi
|
||||||
|
|
Loading…
Reference in New Issue