[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:
florian 2009-12-16 23:25:24 +00:00
parent 46383bf1f3
commit 55b591a3a9

View File

@ -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)