diff options
-rw-r--r-- | recipes/gnome/cheese_2.26.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gnome/cheese_2.26.0.bb b/recipes/gnome/cheese_2.26.0.bb new file mode 100644 index 0000000000..ed1fb2a8f6 --- /dev/null +++ b/recipes/gnome/cheese_2.26.0.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-plugins-good-meta gst-plugins-base-meta" + +inherit gnome + +FILES_${PN} += "${datadir}/dbus-1" + |