bt-gps: fix hardcoded paths, fix QA issues, use bindir/datadir variables
[openembedded.git] / recipes / mokosuite2 / mokowm_git.bb
blobfece6cd2e760f28852362fb2432f0d48c2442c16
1 DESCRIPTION = "A minimal X11 window manager for the Mokosuite"
2 HOMEPAGE = "http://gitorious.org/mokosuite2"
3 AUTHOR = "Daniele Ricci"
4 LICENSE = "GPLv3"
5 DEPENDS = "glib-2.0 ecore evas edje libfakekey"
6 SECTION = "x11/clients"
8 PV = "1.0.99+gitr${SRCPV}"
9 SRCREV = "1e33640ddb9b52d271233e9539aaec384e8a1fee"
11 SRC_URI = "git://gitorious.org/mokosuite2/mokowm.git;protocol=git"
12 S = "${WORKDIR}/git"
14 CFLAGS += "-DOPENMOKO"
15 EXTRA_OECONF = " --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
16 FILES_${PN} += "${datadir}/mokosuite ${sysconfdir}/X11"
18 inherit autotools update-alternatives
20 ALTERNATIVE_PATH = "${bindir}/mokosession"
21 ALTERNATIVE_NAME = "x-window-manager"
22 ALTERNATIVE_LINK = "${bindir}/x-window-manager"
23 ALTERNATIVE_PRIORITY = "20"