mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user