summaryrefslogtreecommitdiff
path: root/package/tslib/Config.in
blob: 366530143d151bde77ba7a416ec6db601ff599e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_TSLIB
	bool "tslib"
	depends on !BR2_STATIC_LIBS # dlopen
	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
	help
	  Tslib is a filtering layer for touchscreen panel events.

	  https://github.com/kergoth/tslib

comment "tslib needs a toolchain w/ dynamic library, headers >= 3.12"
	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12