diff options
author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2017-06-08 12:15:37 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-11 15:54:00 +0200 |
commit | cbb8c663cc6416a7d7c7caed5c364ada794fb1a0 (patch) | |
tree | d8f3791a3bff18fcbc5a988d85583687c76080de | |
parent | 23e8630fd5ed2e755449f8dbef737983c2227e03 (diff) | |
download | buildroot-cbb8c663cc6416a7d7c7caed5c364ada794fb1a0.tar.gz buildroot-cbb8c663cc6416a7d7c7caed5c364ada794fb1a0.zip |
package/directfb: enable static build for BR2_PACKAGE_DIRECTFB_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/directfb/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in index 554abe2896..20481f56da 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -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 |