package/directfb: enable static build for BR2_PACKAGE_DIRECTFB_TSLIB
authorMartin Kepplinger <martin.kepplinger@ginzinger.com>
Thu, 8 Jun 2017 10:15:37 +0000 (12:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Jun 2017 13:54:00 +0000 (15:54 +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/directfb/Config.in

index 554abe28964071c2237808969427bea35ba583a4..20481f56da19eb931e67691f296c3bd9b6ad9dff 100644 (file)
@@ -116,12 +116,8 @@ config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
 config BR2_PACKAGE_DIRECTFB_TSLIB
        bool "enable touchscreen support"
        default y
-       depends on !BR2_STATIC_LIBS # tslib
        select BR2_PACKAGE_TSLIB
 
-comment "touchscreen support needs a toolchain w/ dynamic library"
-       depends on BR2_STATIC_LIBS
-
 config BR2_PACKAGE_DIRECTFB_GIF
        bool "enable GIF support"
        default y