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

	  https://github.com/kergoth/tslib

comment "tslib needs a toolchain w/ dynamic library"
	depends on BR2_STATIC_LIBS