no need to depend on libstdcpp
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Mar 2010 22:07:30 +0000 (22:07 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Mar 2010 22:07:30 +0000 (22:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20559 3c298f89-4303-0410-b956-a3cf2f4a3e73

sound/mpd/Makefile

index e5a7eb9..4ad304f 100644 (file)
@@ -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