mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
Makes metacity install as an alternative x-window-manager
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5232 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user