From 3143f118b6a16e4b24e0e6164f060f854381ae3d Mon Sep 17 00:00:00 2001 From: tripolar Date: Mon, 29 Jul 2013 13:05:59 +0000 Subject: [PATCH] [packages] fix cmus menu Signed-off-by: Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/packages@37606 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/cmus/Config.in | 1 + sound/cmus/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sound/cmus/Config.in b/sound/cmus/Config.in index cca6aa5cf..bc310fa64 100644 --- a/sound/cmus/Config.in +++ b/sound/cmus/Config.in @@ -5,4 +5,5 @@ config CMUS_WITH_PULSE bool default n prompt "Enable pulseaudio support" + endmenu diff --git a/sound/cmus/Makefile b/sound/cmus/Makefile index 46c18f269..391fd8f07 100644 --- a/sound/cmus/Makefile +++ b/sound/cmus/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmus PKG_VERSION:=2.5.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/cmus @@ -28,12 +28,12 @@ define Package/cmus DEPENDS:= \ +libpthread +librt +libncursesw $(ICONV_DEPENDS) \ +AUDIO_SUPPORT:alsa-lib \ - +BUILD_PATENTED:libmad +libvorbisidec +libflac \ - +CMUS_WITH_PULSE:pulseaudio-daemon + +BUILD_PATENTED:libmad +libvorbisidec +libflac TITLE:=C* Music Player MAINTAINER:=Peter Wagner URL:=http://cmus.sourceforge.net/ + MENU:=1 endef define Package/cmus/config