utouch-mtview_git.bb 605 B

12345678910111213141516171819
  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. LICENSE = "GPLv3"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
  6. inherit autotools pkgconfig features_check
  7. # depends on virtual/libx11
  8. REQUIRED_DISTRO_FEATURES = "x11"
  9. SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http"
  10. SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
  11. DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
  12. PV = "1.1.7+git${SRCPV}"
  13. S = "${WORKDIR}/git"