projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb5614
)
sdl: fix SDL_AUTORECONF typo in comment
author
Peter Korsgaard
<peter@korsgaard.com>
Sun, 23 Feb 2014 19:58:47 +0000
(20:58 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 23 Feb 2014 19:58:47 +0000
(20:58 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sdl/sdl.mk
patch
|
blob
|
history
diff --git
a/package/sdl/sdl.mk
b/package/sdl/sdl.mk
index cf3366db0c994b744ce84658deef4572d26cdbee..510acd99fd0d6753c970470374ed19b3ab345e7c 100644
(file)
--- a/
package/sdl/sdl.mk
+++ b/
package/sdl/sdl.mk
@@
-12,7
+12,7
@@
SDL_LICENSE_FILES = COPYING
SDL_INSTALL_STAGING = YES
# we're patching configure.in, but package cannot autoreconf with our version of
-# autotools, so we have to do it manually instead of setting SD_AUTORECONF = YES
+# autotools, so we have to do it manually instead of setting SD
L
_AUTORECONF = YES
define SDL_RUN_AUTOGEN
cd $(@D) && PATH=$(HOST_PATH) ./autogen.sh
endef