From b632aa7dffa420733832b773eed91741449c1a08 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 17 Jun 2012 11:58:43 +0000 Subject: [PATCH] fix mocp dependencies SVN-Revision: 32399 --- sound/mocp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sound/mocp/Makefile b/sound/mocp/Makefile index c34377603..8cb333c86 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 -- 2.30.2