From: Koen Kooi Date: Fri, 10 Nov 2006 15:59:47 +0000 (+0000) Subject: vino 2.16.0: add the vino vnc server X-Git-Tag: Release-2010-05/1~9453^2~481^2~3^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c87eeb02ff552b6399413b2dbc978e90a608d6;p=openembedded.git vino 2.16.0: add the vino vnc server --- diff --git a/packages/vino/.mtn2git_empty b/packages/vino/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/vino/vino_2.16.0.bb b/packages/vino/vino_2.16.0.bb new file mode 100644 index 0000000000..0780d0d409 --- /dev/null +++ b/packages/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-gpe dbus-glib libxml2 gnutls gnome-vfs" + +inherit gnome gconf + +do_configure() { + libtoolize --force + gnu-configize + oe_runconf +} +