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