mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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:
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "Device formfactor information"
|
||||
SECTION = "base"
|
||||
PR = "r15"
|
||||
PR = "r16"
|
||||
|
||||
SRC_URI = "file://config file://machconfig"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
19
meta/packages/gnome/metacity_2.22.0.bb
Normal file
19
meta/packages/gnome/metacity_2.22.0.bb
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user