[Buildroot] [git commit] package/sdl2: Remove trailing backslash

Peter Korsgaard peter at korsgaard.com
Mon Jan 22 21:29:03 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=d2c6eaade1f3e120baca53b5e09f1a2b4fc13557
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Left over from 9f8a6fdf9

Signed-off-by: Guillermo A. Amaral <g at maral.me>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 113e106..6cb24d9 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


More information about the buildroot mailing list