[package] disable audio in libsdl, fixes it compilation (#6362)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18797 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
46383bf1f3
commit
55b591a3a9
@ -32,7 +32,8 @@ define Package/libsdl/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--without-x
|
--without-x \
|
||||||
|
--disable-audio
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
rm -rf $(PKG_INSTALL_DIR)
|
rm -rf $(PKG_INSTALL_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user