xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-mtview_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Multitouch viewer"
2DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
3HOMEPAGE = "http://bitmath.org/code/mtview/"
4
5LICENSE = "GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
7
8inherit autotools pkgconfig features_check
9# depends on virtual/libx11
10REQUIRED_DISTRO_FEATURES = "x11"
11
12SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http;branch=master"
13SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
14
15DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
16
17PV = "1.1.7+git${SRCPV}"
18
19S = "${WORKDIR}/git"
20