summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo A. Amaral <g@maral.me>2018-01-20 13:25:47 -0800
committerPeter Korsgaard <peter@korsgaard.com>2018-01-22 22:29:03 +0100
commitd2c6eaade1f3e120baca53b5e09f1a2b4fc13557 (patch)
treeaede76d0452c7827c882292c818b7047ab7b9e6b
parente68a51a938b3927134f0e74a44b95f1ee703c58a (diff)
downloadbuildroot-d2c6eaade1f3e120baca53b5e09f1a2b4fc13557.tar.gz
buildroot-d2c6eaade1f3e120baca53b5e09f1a2b4fc13557.zip
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>
-rw-r--r--package/sdl2/sdl2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
index 113e1063d2..6cb24d9e75 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
OpenPOWER on IntegriCloud