package/sdl2: Remove trailing backslash
authorGuillermo A. Amaral <g@maral.me>
Sat, 20 Jan 2018 21:25:47 +0000 (13:25 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 22 Jan 2018 21:29:03 +0000 (22:29 +0100)
Left over from 9f8a6fdf9

Signed-off-by: Guillermo A. Amaral <g@maral.me>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sdl2/sdl2.mk

index 113e1063d23754ce9641e6135c797f4ce1b19634..6cb24d9e75e2d2ce3fe19cea5c6b0ee25d2e7d97 100644 (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