c72e4bc01c
The mtdev is a stand-alone library which transforms all variants of kernel multitouch events to the slotted type B protocol. http://bitmath.org/code/mtdev/ Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
357 B
Makefile
15 lines
357 B
Makefile
#############################################################
|
|
#
|
|
# mtdev
|
|
#
|
|
#############################################################
|
|
MTDEV_VERSION = 1.1.3
|
|
MTDEV_SOURCE = mtdev-$(MTDEV_VERSION).tar.bz2
|
|
MTDEV_SITE = http://bitmath.org/code/mtdev/
|
|
|
|
MTDEV_LICENSE = MIT
|
|
MTDEV_LICENSE_FILES = COPYING
|
|
MTDEV_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|