blob: 327cd5624a0d5497b03c17c636669c27d3df05e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "BLuetooth configuration applet"
LICENSE = "GPL+LGPL"
PR = "r1"
DEPENDS = "dbus-glib gconf libnotify gtk+"
RRECOMMENDS = "gnome-icon-theme"
SRC_URI = "http://bluez.sourceforge.net/download/${P}.tar.gz"
inherit autotools pkgconfig gconf
FILES_${PN} += "${datadir}/gconf"
PARALLEL_MAKE = ""
|