[Buildroot] [PATCH 1/1] package/sdl2: Remove trailing backslash

Guillermo A. Amaral g at maral.me
Sat Jan 20 21:25:47 UTC 2018


Left over from 9f8a6fdf9

Signed-off-by: Guillermo A. Amaral <g at maral.me>
---
 package/sdl2/sdl2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
index 113e1063d..6cb24d9e7 100644
--- a/package/sdl2/sdl2.mk
+++ b/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
-- 
2.13.6




More information about the buildroot mailing list