[oe-commits] Ross Burton : gtk+3: register GSetting schemas

git at git.openembedded.org git at git.openembedded.org
Mon Jun 17 15:56:08 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 49220852bdcf7ebd2e78ef500b93b6ac9806d5f7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=49220852bdcf7ebd2e78ef500b93b6ac9806d5f7

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri May 24 16:53:33 2013 +0100

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 9dff4a5..8f254fb 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 \
 SRC_URI[md5sum] = "8e878e18fc385f2b813419dc7b40a968"
 SRC_URI[sha256sum] = "1ca80c9c15a1df95d74cefb8c2afe4682ba272a4b489106f04877be2a7aff297"
 
-inherit autotools pkgconfig gtk-doc update-alternatives gtk-immodules-cache
+inherit autotools pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings
 
 S = "${WORKDIR}/gtk+-${PV}"
 



More information about the Openembedded-commits mailing list