[Buildroot] [PATCH] package/qt: enable static build for BR2_PACKAGE_QT_MOUSE_TSLIB

Martin Kepplinger martin.kepplinger at ginzinger.com
Thu Jun 8 09:02:59 UTC 2017


The dependency on !BR2_STATIC_LIBS was here because of tslib not supporing
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 at ginzinger.com>
---
 package/qt/Config.mouse.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/qt/Config.mouse.in b/package/qt/Config.mouse.in
index 07573ebb8..eb9d2c0c2 100644
--- a/package/qt/Config.mouse.in
+++ b/package/qt/Config.mouse.in
@@ -11,7 +11,6 @@ config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
 
 config BR2_PACKAGE_QT_MOUSE_TSLIB
 	bool "tslib"
-	depends on !BR2_STATIC_LIBS # tslib
 	select BR2_PACKAGE_TSLIB
 
 comment "tslib support needs a toolchain w/ dynamic library"
-- 
2.11.0



More information about the buildroot mailing list