surpport seeking the recorded video
[vuplus_openembedded] / recipes / bluez / bluez-gnome_git.bb
1 DESCRIPTION = "Bluetooth configuration applet"
2 LICENSE = "GPL+LGPL"
3
4 DEFAULT_PREFERENCE = "-2"
5
6 DEPENDS = "dbus-glib gconf libnotify gtk+"
7
8 SRC_URI = "git://people.freedesktop.org/~hadess/bluez-gnome;protocol=git \
9            file://pkgconfig-add-gthread.patch;patch=1 "
10
11 PV = "0.10+git${SRCDATE}"
12 S = "${WORKDIR}/git"
13
14 inherit autotools pkgconfig gconf
15
16 FILES_${PN} += "${datadir}/gconf"
17