aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-19 19:21:20 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-19 19:21:20 +0100
commitd461b8e746c212a9e1c21bceadb69d2db951eec6 (patch)
tree09ca4fa880fda57a0e4c88519ca4191c83849b08 /packages/gnome
parent3aee5dd502dfcdfc48b9fc935a9083c69983bd39 (diff)
downloadopenembedded-d461b8e746c212a9e1c21bceadb69d2db951eec6.tar.gz
metacity: add 2.24
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/metacity_2.24.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/gnome/metacity_2.24.0.bb b/packages/gnome/metacity_2.24.0.bb
new file mode 100644
index 0000000000..e978064879
--- /dev/null
+++ b/packages/gnome/metacity_2.24.0.bb
@@ -0,0 +1,20 @@
+SECTION = "x11/wm"
+DESCRIPTION = "Metacity is the boring window manager for the adult in you."
+LICENSE = "GPL"
+DEPENDS = "libwnck startup-notification gtk+ gconf gdk-pixbuf-csource-native"
+
+inherit gnome update-alternatives
+
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PATH = "${bindir}/metacity"
+ALTERNATIVE_PRIORITY = "10"
+
+EXTRA_OECONF += "--disable-verbose \
+ --disable-xinerama"
+
+FILES_${PN} += "${datadir}/themes ${datadir}/gnome*"
+
+do_stage () {
+ autotools_stage_all
+}