aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/metacity_2.24.0.bb
blob: e978064879e9656fdb5bb5eadbe44ffc831f57fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}