mtdev: new package

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>
This commit is contained in:
Stephan Hoffmann 2012-08-29 11:01:06 +02:00 committed by Thomas Petazzoni
parent a5cefe8a7e
commit c72e4bc01c
3 changed files with 23 additions and 0 deletions

View File

@ -387,6 +387,7 @@ source "package/libnfc-llcp/Config.in"
source "package/libusb/Config.in"
source "package/libusb-compat/Config.in"
source "package/libv4l/Config.in"
source "package/mtdev/Config.in"
endmenu
menu "Javascript"

8
package/mtdev/Config.in Normal file
View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_MTDEV
bool "mtdev"
help
The mtdev is a stand-alone library which transforms all
variants of kernel MT events to the slotted type B protocol.
http://bitmath.org/code/mtdev/

14
package/mtdev/mtdev.mk Normal file
View File

@ -0,0 +1,14 @@
#############################################################
#
# 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))