projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11c603
)
libdmapsharing: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 14 Jun 2012 19:14:44 +0000
(19:14 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 14 Jun 2012 19:14:44 +0000
(19:14 +0000)
SVN-Revision: 32365
libs/libdmapsharing/Makefile
patch
|
blob
|
history
diff --git
a/libs/libdmapsharing/Makefile
b/libs/libdmapsharing/Makefile
index 2fe9ceaa5d36c479cb5a264d81bb11c2585d4f40..e827d02e146011fb8c58a4d68d94009192aa40a9 100644
(file)
--- 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 <mike@flyn.org>