2011-12-24 17:51:04 +01:00
|
|
|
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
|
|
|
bool "xf86-input-tslib"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # tslib
|
2011-12-24 17:51:04 +01:00
|
|
|
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
|
|
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
|
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
|
|
select BR2_PACKAGE_TSLIB
|
|
|
|
help
|
|
|
|
Touch screen library input driver
|
|
|
|
|
|
|
|
http://www.ptxdist.org/software/xf86-input-tslib/index_en.html
|
2013-10-18 08:44:43 +02:00
|
|
|
|
|
|
|
comment "xf86-input-tslib needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|