summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/metacity_2.22.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome/metacity_2.22.0.bb')
-rw-r--r--meta/recipes-gnome/gnome/metacity_2.22.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/metacity_2.22.0.bb b/meta/recipes-gnome/gnome/metacity_2.22.0.bb
new file mode 100644
index 0000000000..44a5f86ebf
--- /dev/null
+++ b/meta/recipes-gnome/gnome/metacity_2.22.0.bb
@@ -0,0 +1,17 @@
1SECTION = "x11/wm"
2DESCRIPTION = "Metacity is the boring window manager for the adult in you."
3LICENSE = "GPL"
4DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native"
5PR = "r3"
6
7inherit gnome update-alternatives
8
9ALTERNATIVE_NAME = "x-window-manager"
10ALTERNATIVE_LINK = "${bindir}/x-window-manager"
11ALTERNATIVE_PATH = "${bindir}/metacity"
12ALTERNATIVE_PRIORITY = "10"
13
14EXTRA_OECONF += "--disable-verbose \
15 --disable-xinerama"
16
17FILES_${PN} += "${datadir}/themes"