[oe] [meta-gnome][PATCH] metacity: metacity will crash without the gsettings schemas being installed, so require them

Koen Kooi koen at dominion.thruhere.net
Mon Apr 22 05:20:07 UTC 2013


Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
index 3605201..75899d5 100644
--- a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
+++ b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
@@ -26,5 +26,6 @@ do_configure_prepend() {
 	sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in
 }
 
+RDEPENDS_${PN} += "gsettings-desktop-schemas"
 FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center ${datadir}/gnome"
 
-- 
1.8.1.4





More information about the Openembedded-devel mailing list