From: W. Michael Petullo Date: Wed, 30 Mar 2011 14:04:18 +0000 (+0000) Subject: Update dependencies for dmapd and libdmapsharing X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=62e66e113935da54c020feb9cc75401bc4b23168;p=openwrt%2Fsvn-archive%2Fpackages.git Update dependencies for dmapd and libdmapsharing SVN-Revision: 26371 --- diff --git a/libs/libdmapsharing/Makefile b/libs/libdmapsharing/Makefile index 0149d6b25..2f7e3a49c 100644 --- a/libs/libdmapsharing/Makefile +++ b/libs/libdmapsharing/Makefile @@ -31,7 +31,7 @@ TARGET_LDFLAGS+= \ define Package/libdmapsharing SECTION:=libs CATAGORY:=Libraries - DEPENDS:=+libsoup +mdnsresponder +gstreamer + DEPENDS:=+libsoup +mdnsresponder +gstreamer +gst-plugins-base TITLE:=libdmapsharing URL:=http://www.flyn.org/projects/libdmapsharing/ MAINTAINER:=W. Michael Petullo diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index b29e93ccc..5b0c27dc6 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/dmapd SECTION:=net CATEGORY:=Network - DEPENDS:=+libdmapsharing +gstreamer +vips + DEPENDS:=+libdmapsharing +vips TITLE:= dmapd URL:=http://www.flyn.org/projects/dmapd/ MAINTAINER:=W. Michael Petullo