nm-applet: enable BT PAN
authorKoen Kooi <koen@openembedded.org>
Thu, 8 Apr 2010 08:56:44 +0000 (10:56 +0200)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Sat, 15 May 2010 16:54:54 +0000 (17:54 +0100)
recipes/networkmanager/network-manager-applet_0.8.bb

index f305202..4a0db6b 100644 (file)
@@ -1,9 +1,9 @@
 DESCRIPTION = "GTK+ applet for NetworkManager" 
 LICENSE = "GPL"
-DEPENDS = "policykit-gnome libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
+DEPENDS = "gnome-bluetooth policykit-gnome libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
 RDEPENDS = "networkmanager"
 
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
@@ -26,3 +26,7 @@ FILES_${PN} += "${datadir}/nm-applet/ \
         ${datadir}/gnome-vpn-properties/ \
         ${datadir}/gnome/autostart/ \
         "
+
+FILES_${PN} += "${libdir}/gnome-bluetooth/plugins/*.so"
+FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
+