blob: e16fee109dc34840a17ac57c339de4fa000e5c05 (
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"
|