mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 21:39:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5252 311d38ba-8fff-0310-9ca6-ca027cbcb966
27 lines
658 B
BlitzBasic
27 lines
658 B
BlitzBasic
SECTION = "x11/wm"
|
|
DESCRIPTION = "Metacity is the boring window manager for the adult in you."
|
|
LICENSE = "GPL"
|
|
DEPENDS = "startup-notification gtk+ gconf clutter"
|
|
PR = "r0"
|
|
PV = "2.25.1+gitr${SRCREV}"
|
|
inherit gnome update-alternatives
|
|
|
|
SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter"
|
|
S = "${WORKDIR}/git"
|
|
|
|
ALTERNATIVE_NAME = "x-window-manager"
|
|
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
|
|
ALTERNATIVE_PATH = "${bindir}/metacity"
|
|
ALTERNATIVE_PRIORITY = "11"
|
|
|
|
EXTRA_OECONF += "--disable-verbose \
|
|
--disable-xinerama \
|
|
--with-clutter"
|
|
|
|
FILES_${PN} += "${datadir}/themes"
|
|
|
|
do_stage () {
|
|
autotools_stage_all
|
|
}
|
|
|