From d8bfe9ab8efcb66fe3245107d4aa5687a006db6b Mon Sep 17 00:00:00 2001 From: mirko Date: Sun, 28 Mar 2010 22:07:30 +0000 Subject: [PATCH] no need to depend on libstdcpp git-svn-id: svn://svn.openwrt.org/openwrt/packages@20559 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/mpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index e5a7eb911..4ad304f71 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -23,7 +23,7 @@ define Package/mpd SECTION:=sound CATEGORY:=Sound DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 \ - +libmms +libcurl +libsqlite3 +libstdcpp +libvorbis +libshout + +libmms +libcurl +libsqlite3 +libvorbis +libshout TITLE:=Music Player Daemon URL:=http://www.musicpd.org/ endef