diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-07-24 01:55:16 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:33:34 +0100 |
commit | e1ac22b340a66e3da53182faf0d624db9ccbdee1 (patch) | |
tree | 591df4095f86d276c8ed2c743c9b1e571b443b5c /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |
parent | ad68fd0e73a549356741bb050c4343ebd4a1e2fb (diff) | |
download | openembedded-core-e1ac22b340a66e3da53182faf0d624db9ccbdee1.tar.gz openembedded-core-e1ac22b340a66e3da53182faf0d624db9ccbdee1.tar.bz2 openembedded-core-e1ac22b340a66e3da53182faf0d624db9ccbdee1.zip |
gstreamer1.0-plugins-good: add missing dependency on libcap
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/gstreamer1.0-plugins-good.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index b73bcd06e7..4e76a33655 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc @@ -3,7 +3,7 @@ require gstreamer1.0-plugins.inc LICENSE = "GPLv2+ & LGPLv2.1+" # libid3tag -DEPENDS += "gstreamer1.0-plugins-base zlib bzip2" +DEPENDS += "gstreamer1.0-plugins-base zlib bzip2 libcap" inherit gettext |