blob: 625e366e0521c76eb3cea7ce453f6b749628f425 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
DESCRIPTION = "A minimal X11 window manager for the Mokosuite"
HOMEPAGE = "http://gitorious.org/mokosuite2"
AUTHOR = "Daniele Ricci"
LICENSE = "GPLv3"
DEPENDS = "glib-2.0 ecore evas edje"
SECTION = "x11/clients"
PV = "1.0.99+gitr${SRCPV}"
SRCREV = "fc51f730414aa9efd716849ac64ce582e53cfaf1"
SRC_URI = "git://gitorious.org/mokosuite2/mokowm.git;protocol=git"
S = "${WORKDIR}/git"
CFLAGS += "-DOPENMOKO"
EXTRA_OECONF = " --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
FILES_${PN} += "${datadir}/mokosuite ${sysconfdir}/X11"
inherit autotools update-alternatives
ALTERNATIVE_PATH = "${bindir}/mokosession"
ALTERNATIVE_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PRIORITY = "20"
|