|
@@ -1,6 +1,5 @@
|
|
|
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
|
|
@@ -9,6 +8,3 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
|
|
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
|