summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/utouch
diff options
context:
space:
mode:
authorSamuel Stirtzel <s.stirtzel@googlemail.com>2013-09-24 12:55:09 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-10-05 12:36:23 +0200
commit3d173e24172bc7bd073cf429f11369869793815e (patch)
treeafc6730b3e813f9d5608f496b79ba7dc3c08907e /meta-oe/recipes-support/utouch
parent029dea658369e0096c4e142032223a68be49e95b (diff)
downloadmeta-openembedded-3d173e24172bc7bd073cf429f11369869793815e.tar.gz
utouch-frame: Add initial recipe
used by utouch-mtview, a visual multitouch test application for X Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/utouch')
-rw-r--r--meta-oe/recipes-support/utouch/utouch-frame_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
new file mode 100644
index 000000000..00b7cf355
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Touch Frame Library"
2DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
3HOMEPAGE = "http://bitmath.org/code/frame/"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
7
8DEPENDS += "mtdev utouch-evemu"
9
10inherit autotools
11
12SRC_URI = "git://bitmath.org/git/frame.git;protocol=http"
13SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
14
15PV = "1.1.2+git${SRCPV}"
16
17S = "${WORKDIR}/git/"