From 45aa21365f7e3fb53e6db5ab57b150cdd01ebd53 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 16 Dec 2009 23:25:24 +0000 Subject: [PATCH] disable audio in libsdl, fixes it compilation (#6362) SVN-Revision: 18797 --- 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.30.2