Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 8 | inherit autotools pkgconfig features_check |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 9 | # depends on virtual/libx11 |
| 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | |
| 12 | SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http" |
| 13 | SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" |
| 14 | |
| 15 | DEPENDS += "mtdev utouch-frame utouch-evemu libx11" |
| 16 | |
| 17 | PV = "1.1.7+git${SRCPV}" |
| 18 | |
Andrew Geissler | a2681d9 | 2020-10-16 10:17:07 -0500 | [diff] [blame] | 19 | S = "${WORKDIR}/git" |