summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome
diff options
context:
space:
mode:
authorJoshua Lock <josh@openedhand.com>2008-09-22 16:43:39 +0000
committerJoshua Lock <josh@openedhand.com>2008-09-22 16:43:39 +0000
commit1c2a783e85478f1d48ed544e10eb3735ac22215a (patch)
treed67b6b17bf9fc391a0bd62db3e990c33818a43ed /meta/packages/gnome
parentdd204d5a46b45d48bd619c92a39ea7358fedb930 (diff)
downloadpoky-1c2a783e85478f1d48ed544e10eb3735ac22215a.tar.gz
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.bb19
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 @@
1SECTION = "x11/wm"
2DESCRIPTION = "Metacity is the boring window manager for the adult in you."
3LICENSE = "GPL"
4DEPENDS = "startup-notification gtk+ gconf"
5PR = "r0"
6
7inherit gnome update-alternatives
8
9ALTERNATIVE_NAME = "x-session-manager"
10ALTERNATIVE_LINK = "${bindir}/x-session-manager"
11ALTERNATIVE_PATH = "${bindir}/metacity-session"
12ALTERNATIVE_PRIORITY = "10"
13
14EXTRA_OECONF = "--disable-verbose \
15 --disable-xinerama"
16
17do_stage () {
18 autotools_stage_all
19} \ No newline at end of file