]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-rtsp-server: depends on libcgroup and gstreamer1.0-plugins-base
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Jun 2014 05:05:42 +0000 (22:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Jun 2014 07:42:03 +0000 (08:42 +0100)
Otherwise may do_compile error:
test-cgroups.c:43:23:: fatal error: libcgroup.h: No such file or directory

and:

configure: No package 'gstreamer-plugins-base-1.0' found

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc

index 6917d41ef1e91b4ec47f9c58a7b5535d009a3502..28a9420f85a90425bf69aa854acd6a9d31b48e85 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "A library on top of GStreamer for building an RTSP server"
 SECTION = "multimedia"
 LICENSE = "LGPLv2"
 HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
-DEPENDS = "gstreamer1.0"
+DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base"
 
 PNREAL = "gst-rtsp-server"