mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
029dea6583
commit
3d173e2417
17
meta-oe/recipes-support/utouch/utouch-frame_git.bb
Normal file
17
meta-oe/recipes-support/utouch/utouch-frame_git.bb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SUMMARY = "Touch Frame Library"
|
||||
DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
|
||||
HOMEPAGE = "http://bitmath.org/code/frame/"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
|
||||
|
||||
DEPENDS += "mtdev utouch-evemu"
|
||||
|
||||
inherit autotools
|
||||
|
||||
SRC_URI = "git://bitmath.org/git/frame.git;protocol=http"
|
||||
SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
|
||||
|
||||
PV = "1.1.2+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git/"
|
||||
Loading…
Reference in New Issue
Block a user