diff options
author | Joshua Lock <josh@openedhand.com> | 2008-09-22 16:43:39 +0000 |
---|---|---|
committer | Joshua Lock <josh@openedhand.com> | 2008-09-22 16:43:39 +0000 |
commit | 1c2a783e85478f1d48ed544e10eb3735ac22215a (patch) | |
tree | d67b6b17bf9fc391a0bd62db3e990c33818a43ed /meta/packages/gnome | |
parent | dd204d5a46b45d48bd619c92a39ea7358fedb930 (diff) | |
download | openembedded-core-1c2a783e85478f1d48ed544e10eb3735ac22215a.tar.gz openembedded-core-1c2a783e85478f1d48ed544e10eb3735ac22215a.tar.bz2 openembedded-core-1c2a783e85478f1d48ed544e10eb3735ac22215a.zip |
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
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r-- | meta/packages/gnome/metacity_2.22.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/gnome/metacity_2.22.0.bb b/meta/packages/gnome/metacity_2.22.0.bb new file mode 100644 index 0000000000..573491ebd2 --- /dev/null +++ b/meta/packages/gnome/metacity_2.22.0.bb @@ -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 +}
\ No newline at end of file |