blob: e3aaeafeb3a4acaf6e1aa04075989bf227544fe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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"
|