This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
TSLIB_VERSION = 1.20
TSLIB_VERSION = 1.22
TSLIB_SITE = https://github.com/libts/tslib/releases/download/$(TSLIB_VERSION)
TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz
TSLIB_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
@@ -28,7 +28,8 @@ TSLIB_CONF_OPTS += \
--enable-debounce=static \
--enable-skip=static \
--enable-lowpass=static \
--enable-invert=static
--enable-invert=static \
--enable-evthres=static
endif
$(eval $(autotools-package))