[oe-commits] Koen Kooi : metacity: bump u-a priority to take precedence over mb-wm and mb-common

GIT User account git at amethyst.openembedded.net
Thu Nov 20 20:33:51 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b5bbcbc68c77a87e829def5b6b0feee6918727b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b5bbcbc68c77a87e829def5b6b0feee6918727b2

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov 20 21:32:31 2008 +0100

metacity: bump u-a priority to take precedence over mb-wm and mb-common

---

 packages/gnome/metacity_2.24.0.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/gnome/metacity_2.24.0.bb b/packages/gnome/metacity_2.24.0.bb
index e978064..c36958f 100644
--- a/packages/gnome/metacity_2.24.0.bb
+++ b/packages/gnome/metacity_2.24.0.bb
@@ -3,12 +3,14 @@ DESCRIPTION = "Metacity is the boring window manager for the adult in you."
 LICENSE = "GPL"
 DEPENDS = "libwnck startup-notification gtk+ gconf gdk-pixbuf-csource-native"
 
+PR = "r1"
+
 inherit gnome update-alternatives
 
 ALTERNATIVE_NAME = "x-window-manager"
 ALTERNATIVE_LINK = "${bindir}/x-window-manager"
 ALTERNATIVE_PATH = "${bindir}/metacity"
-ALTERNATIVE_PRIORITY = "10"
+ALTERNATIVE_PRIORITY = "30"
 
 EXTRA_OECONF += "--disable-verbose \
 	         --disable-xinerama"





More information about the Openembedded-commits mailing list