projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de8850
)
- We don't provide the arts library, and it's checked for in a way not suitable...
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 30 Nov 2006 09:06:53 +0000
(09:06 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 30 Nov 2006 09:06:53 +0000
(09:06 -0000)
Thanks to Pavel Roskin.
package/sdl/sdl.mk
patch
|
blob
|
history
diff --git
a/package/sdl/sdl.mk
b/package/sdl/sdl.mk
index 5e2db2a4944fc17140277f9dc8893ab56401d575..66ca6bbc1f2ff5311ae47965d83f96afe02968fe 100644
(file)
--- a/
package/sdl/sdl.mk
+++ b/
package/sdl/sdl.mk
@@
-21,12
+21,13
@@
$(SDL_DIR)/.unpacked: $(DL_DIR)/$(SDL_SOURCE)
$(SDL_DIR)/.configured: $(SDL_DIR)/.unpacked
(cd $(SDL_DIR); \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)
" \
+ CFLAGS="$(TARGET_CFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--prefix=$(STAGING_DIR)/usr \
+ --disable-arts \
--disable-esd \
--disable-nasm \
--disable-video-x11 );