]> code.ossystems Code Review - openembedded-core.git/commitdiff
Makes metacity install as an alternative x-window-manager
authorRobert Bragg <bob@openedhand.com>
Tue, 23 Sep 2008 03:21:06 +0000 (03:21 +0000)
committerRobert Bragg <bob@openedhand.com>
Tue, 23 Sep 2008 03:21:06 +0000 (03:21 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5232 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gnome/metacity_2.22.0.bb

index e095c8259be408bdf9f32bdbcddac2a51acbc5f0..9250d4a45f6bf7544c8087c16a38d0630ead0283 100644 (file)
@@ -2,13 +2,13 @@ SECTION = "x11/wm"
 DESCRIPTION = "Metacity is the boring window manager for the adult in you."
 LICENSE = "GPL"
 DEPENDS = "startup-notification gtk+ gconf"
-PR = "r0"
+PR = "r1"
 
 inherit gnome update-alternatives
 
-ALTERNATIVE_NAME = "x-session-manager"
-ALTERNATIVE_LINK = "${bindir}/x-session-manager"
-ALTERNATIVE_PATH = "${bindir}/metacity-session"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PATH = "${bindir}/metacity"
 ALTERNATIVE_PRIORITY = "10"
 
 EXTRA_OECONF += "--disable-verbose \