From: florian Date: Wed, 16 Dec 2009 23:25:24 +0000 (+0000) Subject: [package] disable audio in libsdl, fixes it compilation (#6362) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=55b591a3a9635f859e76af5d889dd1a56c077794;p=packages.git [package] disable audio in libsdl, fixes it compilation (#6362) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18797 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libsdl/Makefile b/libs/libsdl/Makefile index 9b7f0c674..43c30259e 100644 --- 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)