mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
package/xf86-input-tslib: enable static build
since tslib now supports static builds the dependency on !BR2_STATIC_LIBS can be removed from xf86-input-tslib too. Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
05fadfea1d
commit
8e1690a529
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
||||||
bool "xf86-input-tslib"
|
bool "xf86-input-tslib"
|
||||||
depends on !BR2_STATIC_LIBS # tslib
|
|
||||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||||
select BR2_PACKAGE_XPROTO_XPROTO
|
select BR2_PACKAGE_XPROTO_XPROTO
|
||||||
@ -9,6 +8,3 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
|||||||
Touch screen library input driver
|
Touch screen library input driver
|
||||||
|
|
||||||
https://github.com/merge/xf86-input-tslib
|
https://github.com/merge/xf86-input-tslib
|
||||||
|
|
||||||
comment "xf86-input-tslib needs a toolchain w/ dynamic library"
|
|
||||||
depends on BR2_STATIC_LIBS
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user