diff options
Diffstat (limited to 'recipes/bluez/bluez-gnome_1.8.bb')
-rw-r--r-- | recipes/bluez/bluez-gnome_1.8.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/bluez/bluez-gnome_1.8.bb b/recipes/bluez/bluez-gnome_1.8.bb new file mode 100644 index 0000000000..4756cf199f --- /dev/null +++ b/recipes/bluez/bluez-gnome_1.8.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Bluetooth configuration applet" +LICENSE = "GPL+LGPL" + +DEPENDS = "dbus-glib gconf libnotify gtk+" +RRECOMMENDS = "gnome-icon-theme" + +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/${P}.tar.gz" + +inherit autotools pkgconfig gconf mime + +FILES_${PN} += "${datadir}/gconf ${datadir}/icons ${datadir}/mime/packages" |