diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-07-24 01:55:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:34:00 +0100 |
commit | 02a15c08232ce2e7289c83328ba13a27817b225c (patch) | |
tree | b5feb6809a5be2f56bf4d1f7e5a3c5f6dd539494 /meta/recipes-multimedia | |
parent | 8fdee057e4c03078e1319793cefb2e8c9276959f (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 2 |
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" | |||
22 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage" | 22 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage" |
23 | 23 | ||
24 | DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \ | 24 | DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \ |
25 | speex libsoup-2.4" | 25 | speex libsoup-2.4 libcap" |
26 | 26 | ||
27 | inherit gettext gconf | 27 | inherit gettext gconf |
28 | 28 | ||