aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vino/vino_2.16.0.bb
blob: 0780d0d40930c108b29934ce796d0a62c1ee2197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}