瀏覽代碼

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