blob: e348e39bba76be671e6d8664c04f1c2dbafa68c5 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-3.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
7
Brad Bishop8410d612019-11-25 09:40:59 -05008inherit autotools pkgconfig features_check
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009# depends on virtual/libx11
10REQUIRED_DISTRO_FEATURES = "x11"
11
Andrew Geissler595f6302022-01-24 19:11:47 +000012SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http;branch=master"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
14
15DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
16
17PV = "1.1.7+git${SRCPV}"
18
Andrew Geisslera2681d92020-10-16 10:17:07 -050019S = "${WORKDIR}/git"