From: John Crispin Date: Sun, 17 Jun 2012 11:58:43 +0000 (+0000) Subject: [packages] fix mocp dependencies X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ef106160637e3792c1cfd98b74419f4dcf5f81a1;p=openwrt%2Fsvn-archive%2Farchive.git [packages] fix mocp dependencies SVN-Revision: 32399 --- diff --git a/sound/mocp/Makefile b/sound/mocp/Makefile index c343776034..8cb333c86d 100644 --- a/sound/mocp/Makefile +++ b/sound/mocp/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/moc SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac +libsamplerate +PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libffmpeg + DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac +libsamplerate +PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libffmpeg +libltdl TITLE:=Music On Console URL:=http://moc.daper.net/ endef @@ -39,6 +39,12 @@ define Build/Configure --enable-shared \ --disable-static \ --disable-debug \ + --without-speex \ + --without-samplerate \ + --without-curl \ + --without-flac \ + --without-musepack \ + --without-rcc \ ) endef