فهرست منبع

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>
Guillermo A. Amaral 7 سال پیش
والد
کامیت
d2c6eaade1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      package/sdl2/sdl2.mk

+ 1 - 1
package/sdl2/sdl2.mk

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