kumquat-buildroot/package/x11r7/xdriver_xf86-input-tslib/Config.in
Martin Kepplinger 2ae6acd3c1 x11r7: xdriver_xf86-input-tslib: new upstream location
This switches upstream to the Github project where xf86-input-tslib is
currently maintained - in cooperation with Pengutronix, who had hosted
the tarball release up until now.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
[Thomas: fix XDRIVER_XF86_INPUT_TSLIB_SITE value.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-29 13:56:42 +02:00

15 lines
424 B
Plaintext

config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
bool "xf86-input-tslib"
depends on !BR2_STATIC_LIBS # 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
https://github.com/merge/xf86-input-tslib
comment "xf86-input-tslib needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS