summaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/mokowm_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openmoko-3rdparty/mokowm_git.bb')
-rw-r--r--recipes/openmoko-3rdparty/mokowm_git.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/mokowm_git.bb b/recipes/openmoko-3rdparty/mokowm_git.bb
new file mode 100644
index 0000000000..625e366e05
--- /dev/null
+++ b/recipes/openmoko-3rdparty/mokowm_git.bb
@@ -0,0 +1,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"