summaryrefslogtreecommitdiffstats
path: root/recipes/vino
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vino')
-rw-r--r--recipes/vino/vino_2.16.0.bb13
-rw-r--r--recipes/vino/vino_2.22.2.bb8
2 files changed, 21 insertions, 0 deletions
diff --git a/recipes/vino/vino_2.16.0.bb b/recipes/vino/vino_2.16.0.bb
new file mode 100644
index 0000000000..b2d1a5fb08
--- /dev/null
+++ b/recipes/vino/vino_2.16.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Vino is an integrated VNC server for GNOME."
+LICENSE = "GPLv2"
+
+DEPENDS = "libgnomeui libglade gnome-keyring esound dbus-glib libxml2 gnutls gnome-vfs"
+
+inherit gnome gconf
+
+do_configure() {
+ libtoolize --force
+ gnu-configize
+ oe_runconf
+}
+
diff --git a/recipes/vino/vino_2.22.2.bb b/recipes/vino/vino_2.22.2.bb
new file mode 100644
index 0000000000..0a077567ef
--- /dev/null
+++ b/recipes/vino/vino_2.22.2.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Vino is an integrated VNC server for GNOME."
+LICENSE = "GPLv2"
+
+DEPENDS = "libgnomeui libglade gnome-keyring esound dbus-glib libxml2 gnutls gnome-vfs"
+
+inherit gnome gconf
+
+