1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 23:43:50 +03:00

moc: rearrange dependencies

yes, the order of dependencies matter!
put libncursesw somewhere before $(ICONV_DEPENDS) and you'll see moc
magically disappear from menuconfig :)
This commit is contained in:
kyak 2011-02-25 10:44:10 +03:00
parent 51e26e30aa
commit 2dc78386a5

View File

@ -31,7 +31,7 @@ define Package/moc
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
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