diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index e95f46eae5..5f0e1826ea 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