projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e4e74c
)
[package] disable audio in libsdl, fixes it compilation (#6362)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 16 Dec 2009 23:25:24 +0000
(23:25 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 16 Dec 2009 23:25:24 +0000
(23:25 +0000)
SVN-Revision: 18797
libs/libsdl/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsdl/Makefile
b/libs/libsdl/Makefile
index 9b7f0c674999519ebcb5025166058c8ac08cfb58..43c30259eaec9f8d518f5c32bdea3b529888bcb0 100644
(file)
--- a/
libs/libsdl/Makefile
+++ b/
libs/libsdl/Makefile
@@
-32,7
+32,8
@@
define Package/libsdl/description
endef
CONFIGURE_ARGS += \
- --without-x
+ --without-x \
+ --disable-audio
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)