nm-applet: Install glib schema

Unless we inherit gsettings class, glib schema does not get installed and
users cannot launch nm-applet:

	GLib-GIO-ERROR **: Settings schema 'org.gnome.nm-applet' is not
installed

Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Adam YH Lee
2015-06-16 10:51:46 -07:00
committed by Martin Jansa
parent 2c57e44647
commit 4bb8b9e767
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "libnotify libsecret networkmanager dbus-glib gconf gnome-keyring libgnome-keyring iso-codes"
inherit gnomebase gtk-icon-cache
inherit gnomebase gsettings gtk-icon-cache
GNOME_COMPRESS_TYPE = "xz"