diff options
| author | Samuel Stirtzel <s.stirtzel@googlemail.com> | 2013-09-18 13:06:24 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:23 +0200 |
| commit | f73a8d62659fac2245f6dcb991940741afce44c7 (patch) | |
| tree | 5a6bcaa287e033ba176a3a6011d684606447bda8 | |
| parent | 3d173e24172bc7bd073cf429f11369869793815e (diff) | |
| download | meta-openembedded-f73a8d62659fac2245f6dcb991940741afce44c7.tar.gz | |
utouch-mtview: Add initial recipe
testing multitouch hardware under X11 will be much easier with this visual tool
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/utouch/utouch-mtview_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb new file mode 100644 index 0000000000..0f72479c80 --- /dev/null +++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Multitouch viewer" | ||
| 2 | DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev." | ||
| 3 | HOMEPAGE = "http://bitmath.org/code/mtview/" | ||
| 4 | |||
| 5 | LICENSE = "GPLv3" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3" | ||
| 7 | |||
| 8 | inherit autotools | ||
| 9 | |||
| 10 | SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http" | ||
| 11 | SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" | ||
| 12 | |||
| 13 | DEPENDS += "mtdev utouch-frame utouch-evemu" | ||
| 14 | |||
| 15 | PV = "1.1.7+git${SRCPV}" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git/" | ||
