From: Felix Fietkau Date: Wed, 11 May 2016 10:52:47 +0000 (+0200) Subject: mocp: fix ncurses dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e1f6b0a24ddd8416865477accc4a322cda404f6c;p=feed%2Fpackages.git mocp: fix ncurses dependency Signed-off-by: Felix Fietkau --- diff --git a/sound/mocp/Makefile b/sound/mocp/Makefile index bef28d26dc..0c446fc7ba 100644 --- a/sound/mocp/Makefile +++ b/sound/mocp/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/moc SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-lib +libid3tag +libflac +libsamplerate +PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libffmpeg +libltdl +libmagic +faad2 +libdb47 + DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-lib +libid3tag +libflac +libsamplerate +libncursesw +libffmpeg +libltdl +libmagic +faad2 +libdb47 TITLE:=Music On Console URL:=http://moc.daper.net/ endef