diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-24 16:53:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:45:34 +0100 |
commit | b10267f90ecf95a527aed4af539a99d04cd97eae (patch) | |
tree | 5b6201b332a0e384b917adf8f4447f1da9c0f5e1 /meta | |
parent | 16bb7edd00a532704783ff8928a47630f623c6bc (diff) | |
download | poky-b10267f90ecf95a527aed4af539a99d04cd97eae.tar.gz |
gtk+3: register GSetting schemas
The schemas were not being registered, which resulted in a crash when using the
file chooser or colour picker widgets.
(From OE-Core rev: 49220852bdcf7ebd2e78ef500b93b6ac9806d5f7)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb b/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb index 9dff4a50ae..8f254fb232 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb | |||
@@ -23,7 +23,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \ | |||
23 | SRC_URI[md5sum] = "8e878e18fc385f2b813419dc7b40a968" | 23 | SRC_URI[md5sum] = "8e878e18fc385f2b813419dc7b40a968" |
24 | SRC_URI[sha256sum] = "1ca80c9c15a1df95d74cefb8c2afe4682ba272a4b489106f04877be2a7aff297" | 24 | SRC_URI[sha256sum] = "1ca80c9c15a1df95d74cefb8c2afe4682ba272a4b489106f04877be2a7aff297" |
25 | 25 | ||
26 | inherit autotools pkgconfig gtk-doc update-alternatives gtk-immodules-cache | 26 | inherit autotools pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings |
27 | 27 | ||
28 | S = "${WORKDIR}/gtk+-${PV}" | 28 | S = "${WORKDIR}/gtk+-${PV}" |
29 | 29 | ||