The dependency on !BR2_STATIC_LIBS was here because of tslib not
supporting static builds. But since
commit
05fadfea1 ("package/tslib: enable statically linked building")
it does and we can remove this dependecy.
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
config BR2_PACKAGE_QT5BASE_TSLIB
bool "Enable Tslib support"
- depends on !BR2_STATIC_LIBS # dlopen
select BR2_PACKAGE_TSLIB
help
This options enables the Tslib plugin
-comment "tslib support needs a toolchain w/ dynamic library"
- depends on BR2_STATIC_LIBS
-
endif