From 98a530047a9a99d2a60fb4251a80e8881f4d97ee Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 14 Jun 2012 19:14:44 +0000 Subject: [PATCH] libdmapsharing: add missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32365 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libdmapsharing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libdmapsharing/Makefile b/libs/libdmapsharing/Makefile index 2fe9ceaa5..e827d02e1 100644 --- a/libs/libdmapsharing/Makefile +++ b/libs/libdmapsharing/Makefile @@ -31,7 +31,7 @@ TARGET_LDFLAGS+= \ define Package/libdmapsharing SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libsoup +mdnsresponder +gstreamer +gst-plugins-base + DEPENDS:=+libsoup +mdnsresponder +gstreamer +gst-plugins-base +libgstapp TITLE:=libdmapsharing URL:=http://www.flyn.org/projects/libdmapsharing/ MAINTAINER:=W. Michael Petullo