package/qt5base: enable static build for BR2_PACKAGE_QT5BASE_TSLIB
authorMartin Kepplinger <martin.kepplinger@ginzinger.com>
Thu, 8 Jun 2017 13:32:14 +0000 (15:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Jun 2017 13:53:06 +0000 (15:53 +0200)
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>
package/qt5/qt5base/Config.in

index 2610f6bd2077eaaa00b87653fc20e91e305920e3..63c7f8f05011bacfd674a11d18a94cd240b6c076 100644 (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