xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-mtview_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Multitouch viewer"
2*4882a593SmuzhiyunDESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
3*4882a593SmuzhiyunHOMEPAGE = "http://bitmath.org/code/mtview/"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunLICENSE = "GPL-3.0-only"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
7*4882a593Smuzhiyun
8*4882a593Smuzhiyuninherit autotools pkgconfig features_check
9*4882a593Smuzhiyun# depends on virtual/libx11
10*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES = "x11"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRC_URI = "git://bitmath.org/git/mtview.git;protocol=http;branch=master"
13*4882a593SmuzhiyunSRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunDEPENDS += "mtdev utouch-frame utouch-evemu libx11"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunPV = "1.1.7+git${SRCPV}"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunS = "${WORKDIR}/git"
20