summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-connectivity')
-rw-r--r--meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb b/meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb
index aee599f6b..7939c1e67 100644
--- a/meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb
+++ b/meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GTK+ applet for NetworkManager"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4 4
5DEPENDS = "gnome-bluetooth polkit-gnome libnotify networkmanager dbus-glib libglade gconf gnome-keyring" 5DEPENDS = "gnome-bluetooth polkit-gnome libnotify networkmanager dbus-glib libglade gconf gnome-keyring libgnome-keyring iso-codes"
6 6
7inherit gnome 7inherit gnome
8 8
@@ -32,5 +32,7 @@ FILES_${PN} += "${datadir}/nm-applet/ \
32 " 32 "
33 33
34FILES_${PN} += "${libdir}/gnome-bluetooth/plugins/*.so" 34FILES_${PN} += "${libdir}/gnome-bluetooth/plugins/*.so"
35FILES_${PN}-dev += "${libdir}/gnome-bluetooth/plugins/libnma.la"
36FILES_${PN}-staticdev += "${libdir}/gnome-bluetooth/plugins/libnma.a"
35FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/" 37FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
36 38