package/qt5base: enable static build for BR2_PACKAGE_QT5BASE_TSLIB

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>
2017.08.x
Martin Kepplinger 2017-06-08 15:32:14 +02:00 committed by Thomas Petazzoni
parent 9426d7edf0
commit 23e8630fd5
1 changed files with 0 additions and 4 deletions

View File

@ -273,12 +273,8 @@ comment "icu support needs a toolchain w/ gcc >= 4.8, host gcc >= 4.8"
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