f826e851c8
Fixes http://autobuild.buildroot.net/results/1242cbea015e5a24a6621d1bd5569d2a1a819bb4/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
|
bool "xf86-input-tslib"
|
|
depends on !BR2_PREFER_STATIC_LIB # tslib
|
|
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
|
|
|
|
comment "xf86-input-tslib needs a toolchain w/ dynamic library"
|
|
depends on BR2_PREFER_STATIC_LIB
|