generic-poky/meta/packages/gnome/metacity_2.22.0.bb
Marcin Juszkiewicz 0b751d3a19 metacity(-clutter): use gdk-pixbuf-csource-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5258 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-24 14:10:41 +00:00

23 lines
525 B
BlitzBasic

SECTION = "x11/wm"
DESCRIPTION = "Metacity is the boring window manager for the adult in you."
LICENSE = "GPL"
DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native"
PR = "r3"
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"
do_stage () {
autotools_stage_all
}