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.cdn.openwrt.org/?a=commitdiff_plain;h=e9857f80b07d280b7a9847d8791cb8abde6692fa;p=openwrt%2Fsvn-archive%2Farchive.git Update dependencies for dmapd and libdmapsharing SVN-Revision: 26371 --- diff --git a/libs/libdmapsharing/Makefile b/libs/libdmapsharing/Makefile index 0149d6b25f..2f7e3a49c8 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 b29e93cccd..5b0c27dc6c 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