diff options
author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2017-06-08 15:32:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-11 15:53:06 +0200 |
commit | 23e8630fd5ed2e755449f8dbef737983c2227e03 (patch) | |
tree | 6507e8bfe573ed23f95c96f4189526f765710c59 | |
parent | 9426d7edf0702d6ce46db45943ae9023a60cc1be (diff) | |
download | buildroot-23e8630fd5ed2e755449f8dbef737983c2227e03.tar.gz buildroot-23e8630fd5ed2e755449f8dbef737983c2227e03.zip |
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>
-rw-r--r-- | package/qt5/qt5base/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index 2610f6bd20..63c7f8f050 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -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 |