Basic recipe for Metacity. Needs some tweaking to strip out themes into separate packages and strip some unneeded binaries.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5216 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Joshua Lock
2008-09-22 16:43:39 +00:00
parent dd204d5a46
commit 1c2a783e85
2 changed files with 20 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
DESCRIPTION = "Device formfactor information"
SECTION = "base"
PR = "r15"
PR = "r16"
SRC_URI = "file://config file://machconfig"
S = "${WORKDIR}"

View File

@@ -0,0 +1,19 @@
SECTION = "x11/wm"
DESCRIPTION = "Metacity is the boring window manager for the adult in you."
LICENSE = "GPL"
DEPENDS = "startup-notification gtk+ gconf"
PR = "r0"
inherit gnome update-alternatives
ALTERNATIVE_NAME = "x-session-manager"
ALTERNATIVE_LINK = "${bindir}/x-session-manager"
ALTERNATIVE_PATH = "${bindir}/metacity-session"
ALTERNATIVE_PRIORITY = "10"
EXTRA_OECONF = "--disable-verbose \
--disable-xinerama"
do_stage () {
autotools_stage_all
}