summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-07-24 01:55:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-25 15:34:00 +0100
commit02a15c08232ce2e7289c83328ba13a27817b225c (patch)
treeb5feb6809a5be2f56bf4d1f7e5a3c5f6dd539494 /meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
parent8fdee057e4c03078e1319793cefb2e8c9276959f (diff)
downloadpoky-02a15c08232ce2e7289c83328ba13a27817b225c.tar.gz
gst-plugins-good: add missing dependency on libcap
(From OE-Core rev: ad68fd0e73a549356741bb050c4343ebd4a1e2fb) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
index 4ccdec08ea..495bb17649 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
@@ -22,7 +22,7 @@ PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
22PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage" 22PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage"
23 23
24DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \ 24DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \
25 speex libsoup-2.4" 25 speex libsoup-2.4 libcap"
26 26
27inherit gettext gconf 27inherit gettext gconf
28 28