mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
20 lines
618 B
BlitzBasic
20 lines
618 B
BlitzBasic
SUMMARY = "Multitouch viewer"
|
|
DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
|
|
HOMEPAGE = "http://bitmath.org/code/mtview/"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
|
|
|
|
inherit autotools pkgconfig features_check
|
|
# depends on virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http;branch=master"
|
|
SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
|
|
|
|
DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
|
|
|
|
PV = "1.1.7+git"
|
|
|
|
S = "${WORKDIR}/git"
|