* [meta-gnome][PATCH] metacity: metacity will crash without the gsettings schemas being installed, so require them
@ 2013-04-22 5:20 Koen Kooi
2013-04-22 5:23 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2013-04-22 5:20 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
Signed-off-by: Koen Kooi <koen@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-22 5:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 5:20 [meta-gnome][PATCH] metacity: metacity will crash without the gsettings schemas being installed, so require them Koen Kooi
2013-04-22 5:23 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.