From 74bc3522fca30c4556c52ed42d432ebf14caab99 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 11 Nov 2009 22:28:02 +0000 Subject: [PATCH] [packages] mpd: add missing dependency to libstdcpp (#6134) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18384 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 9d307f8d8..fba83a4c9 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