From 2dc78386a5040753e90f3fbe8a0975172365cbcc Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 25 Feb 2011 10:44:10 +0300 Subject: [PATCH] moc: rearrange dependencies yes, the order of dependencies matter! put libncursesw somewhere before $(ICONV_DEPENDS) and you'll see moc magically disappear from menuconfig :) --- moc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moc/Makefile b/moc/Makefile index d83a16c..2880850 100644 --- a/moc/Makefile +++ b/moc/Makefile @@ -31,7 +31,7 @@ define Package/moc MAINTAINER:="Xiangfu Liu" SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis +libncursesw $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac + DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac +libncursesw TITLE:=Music On Console endef