diff options
Diffstat (limited to 'meta/recipes-gnome/gnome/metacity_2.22.0.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/metacity_2.22.0.bb | 17 |
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 @@ | |||
1 | SECTION = "x11/wm" | ||
2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native" | ||
5 | PR = "r3" | ||
6 | |||
7 | inherit gnome update-alternatives | ||
8 | |||
9 | ALTERNATIVE_NAME = "x-window-manager" | ||
10 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | ||
11 | ALTERNATIVE_PATH = "${bindir}/metacity" | ||
12 | ALTERNATIVE_PRIORITY = "10" | ||
13 | |||
14 | EXTRA_OECONF += "--disable-verbose \ | ||
15 | --disable-xinerama" | ||
16 | |||
17 | FILES_${PN} += "${datadir}/themes" | ||