diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-09-30 22:05:46 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-01 13:12:01 +0200 |
commit | 3b0b9e570cb79dcc79fb03fceb1c74afcef7e71c (patch) | |
tree | 14afc47e325a7be7b2c2551ee503fe39d94de179 /recipes/gnome/cheese_2.28.0.1.bb | |
parent | 5a301f4df7463cef7fe3797f807d1da1914fb4de (diff) |
cheese: add 2.28.0.1
Diffstat (limited to 'recipes/gnome/cheese_2.28.0.1.bb')
-rw-r--r-- | recipes/gnome/cheese_2.28.0.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gnome/cheese_2.28.0.1.bb b/recipes/gnome/cheese_2.28.0.1.bb new file mode 100644 index 0000000000..0efc9674d3 --- /dev/null +++ b/recipes/gnome/cheese_2.28.0.1.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Take photos and videos with your webcam, with fun graphical effects" +LICENSE = "GPLv2" + +DEPENDS = "gtk+ gstreamer hal librsvg gnome-desktop eds-dbus" +RRECOMMENDS_${PN} = "gst-plugin-gconfelements gst-plugins-good-meta gst-plugins-base-meta" + +inherit gnome + +FILES_${PN} += "${datadir}/dbus-1" + |