From 55b591a3a9635f859e76af5d889dd1a56c077794 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 16 Dec 2009 23:25:24 +0000 Subject: [PATCH] [package] disable audio in libsdl, fixes it compilation (#6362) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18797 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libsdl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.11.0