소스 검색

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-esd \
 	--disable-dbus \
 	--disable-dbus \
 	--disable-pulseaudio \
 	--disable-pulseaudio \
-	--disable-video-wayland \
+	--disable-video-wayland
 
 
 # We must enable static build to get compilation successful.
 # We must enable static build to get compilation successful.
 SDL2_CONF_OPTS += --enable-static
 SDL2_CONF_OPTS += --enable-static