diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-02 07:32:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-02 07:36:58 +0200 |
commit | 12390b6da7c866df9b9ec0d71976e44909864ed4 (patch) | |
tree | 157074078b3f856a229e2565f424fcbed8f446ee /recipes/gnome/cheese_2.30.0.bb | |
parent | e2495027504a2f68dd60bfac6ff7a2b166f5ebd6 (diff) |
cheese: add gst-plugins-base to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gnome/cheese_2.30.0.bb')
-rw-r--r-- | recipes/gnome/cheese_2.30.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/cheese_2.30.0.bb b/recipes/gnome/cheese_2.30.0.bb index 010164154e..d578f7e036 100644 --- a/recipes/gnome/cheese_2.30.0.bb +++ b/recipes/gnome/cheese_2.30.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Take photos and videos with your webcam, with fun graphical effects" LICENSE = "GPLv2" -DEPENDS = "gtk+ gstreamer libcanberra udev librsvg gnome-desktop eds-dbus" +DEPENDS = "gtk+ gstreamer gst-plugins-base libcanberra udev librsvg gnome-desktop eds-dbus" RRECOMMENDS_${PN} = "gst-plugin-gconfelements gst-plugins-good-meta gst-plugins-base-meta" inherit gnome |