From 031a25b7c1afbcd2ac7d3e6a6cd47d7ef1cff4ba Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 22:46:27 +0000 Subject: [PATCH] cmus: depend on libncursesw instead of libncurses git-svn-id: svn://svn.openwrt.org/openwrt/packages@32223 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/cmus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/cmus/Makefile b/sound/cmus/Makefile index d90940e59..336bd809a 100644 --- a/sound/cmus/Makefile +++ b/sound/cmus/Makefile @@ -26,7 +26,7 @@ define Package/cmus SECTION:=sound CATEGORY:=Sound DEPENDS:= \ - +libpthread +librt +libncurses $(ICONV_DEPENDS) \ + +libpthread +librt +libncursesw $(ICONV_DEPENDS) \ +AUDIO_SUPPORT:alsa-lib \ +BUILD_PATENTED:libmad +libvorbisidec +libflac TITLE:=C* Music Player -- 2.11.0