From 2f8aa897eab52b7ebdba44846bb57d80e7ff87e2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 11 Nov 2009 22:28:02 +0000 Subject: [PATCH] [packages] mpd: add missing dependency to libstdcpp (#6134) SVN-Revision: 18384 --- sound/mpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 9d307f8d8d..fba83a4c90 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/mpd SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 +libmms +libcurl + DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 +libmms +libcurl +libstdcpp TITLE:=Music Player Daemon URL:=http://www.musicpd.org/ endef -- 2.30.2