Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / bluez / bluez-gnome_cvs.bb
1 DESCRIPTION = "Bluetooth configuration applet"
2 LICENSE = "GPL+LGPL"
3
4 DEFAULT_PREFERENCE = "-1"
5
6 DEPENDS = "dbus-glib gconf libnotify gtk+"
7
8 SRC_URI = "cvs://anonymous@cvs.bluez.org/cvsroot/bluez;module=gnome \
9           "
10  
11 PV = "0.13+cvs${SRCDATE}"
12 S = "${WORKDIR}/gnome"
13
14 inherit autotools pkgconfig gconf
15
16 FILES_${PN} += "${datadir}/gconf"
17