Commit c72e4bc0 authored by Stephan Hoffmann's avatar Stephan Hoffmann Committed by Thomas Petazzoni
Browse files

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: default avatarStephan Hoffmann <sho@relinux.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent a5cefe8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
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/

package/mtdev/mtdev.mk

0 → 100644
+14 −0
Original line number Diff line number Diff line
#############################################################
#
# 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))