From 3710a4787fac4208e8e19d2ac5bf70da91796654 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Tue, 29 Aug 2017 11:26:18 -0400 Subject: [PATCH] mpd: Remove glib2 dependency Signed-off-by: Ted Hess --- sound/mpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 8f6f4a94bd..771984cba3 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd PKG_VERSION:=0.20.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.20/ @@ -34,7 +34,7 @@ define Package/mpd/Default CATEGORY:=Sound TITLE:=Music Player Daemon URL:=http://www.musicpd.org/ - DEPENDS:= +glib2 +libcurl +libpthread +libmpdclient +libstdcpp $(ICONV_DEPENDS) \ + DEPENDS:= +zlib +libcurl +libpthread +libmpdclient +libstdcpp $(ICONV_DEPENDS) \ +AUDIO_SUPPORT:alsa-lib +boost +boost-container +libexpat endef