projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68a51a
)
package/sdl2: Remove trailing backslash
author
Guillermo A. Amaral
<g@maral.me>
Sat, 20 Jan 2018 21:25:47 +0000
(13:25 -0800)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 22 Jan 2018 21:29:03 +0000
(22:29 +0100)
Left over from
9f8a6fdf9
Signed-off-by: Guillermo A. Amaral <g@maral.me>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sdl2/sdl2.mk
patch
|
blob
|
history
diff --git
a/package/sdl2/sdl2.mk
b/package/sdl2/sdl2.mk
index 113e1063d23754ce9641e6135c797f4ce1b19634..6cb24d9e75e2d2ce3fe19cea5c6b0ee25d2e7d97 100644
(file)
--- 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