package/sdl2: Remove trailing backslash

Left over from 9f8a6fdf9

Signed-off-by: Guillermo A. Amaral <g@maral.me>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Guillermo A. Amaral 2018-01-20 13:25:47 -08:00 committed by Peter Korsgaard
parent e68a51a938
commit d2c6eaade1

View File

@ -18,7 +18,7 @@ SDL2_CONF_OPTS += \
--disable-esd \
--disable-dbus \
--disable-pulseaudio \
--disable-video-wayland \
--disable-video-wayland
# We must enable static build to get compilation successful.
SDL2_CONF_OPTS += --enable-static