aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/mokowm_git.bb
blob: 10c486d88e881f0f846ff1f8f494f9b8ebb25a55 (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 = "a6d28e0fa1e01898aff3d22407a087b507caf378"

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"