diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-10-29 09:55:34 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-06 17:49:39 +0100 |
commit | 88337cf73cd6e5077ab51941d1a27e4a6579ce2a (patch) | |
tree | 4f3e4e5380230339b6beb88e1c6273e4210d19f4 | |
parent | 59edd180f28e60657f0de29dea4f7c52bc928ec5 (diff) | |
download | meta-openembedded-88337cf73cd6e5077ab51941d1a27e4a6579ce2a.tar.gz |
mousepad: inherit gsettings
When launch mousepad, it fails with:
| glib-gio-error setting schema 'org.xfce.mousepad' is not installed
It needs to call glib-compile-schemas to compile its schema file.
Inherit gsettings to fix it.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb index 4c8c1f5e3..4ca21a6bc 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
8 | # which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL | 8 | # which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL |
9 | DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native" | 9 | DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native" |
10 | 10 | ||
11 | inherit xfce-app | 11 | inherit xfce-app gsettings |
12 | 12 | ||
13 | SRC_URI[md5sum] = "f55314c5dda6323883241e6cf01550a7" | 13 | SRC_URI[md5sum] = "f55314c5dda6323883241e6cf01550a7" |
14 | SRC_URI[sha256sum] = "60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132" | 14 | SRC_URI[sha256sum] = "60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132" |