|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-TSLIB_VERSION = 1.22
|
|
|
+TSLIB_VERSION = 1.23
|
|
|
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)
|
|
@@ -29,7 +29,8 @@ TSLIB_CONF_OPTS += \
|
|
|
--enable-skip=static \
|
|
|
--enable-lowpass=static \
|
|
|
--enable-invert=static \
|
|
|
- --enable-evthres=static
|
|
|
+ --enable-evthres=static \
|
|
|
+ --enable-crop=static
|
|
|
endif
|
|
|
|
|
|
$(eval $(autotools-package))
|