From: Martin Kepplinger Date: Thu, 8 Jun 2017 10:03:12 +0000 (+0200) Subject: package/qt: enable static build for BR2_PACKAGE_QT_MOUSE_TSLIB X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a3accb72cd36271b0eb3a683f6a9301253654d8;p=buildroot.git package/qt: enable static build for BR2_PACKAGE_QT_MOUSE_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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/qt/Config.mouse.in b/package/qt/Config.mouse.in index 07573ebb82..1062facb6a 100644 --- a/package/qt/Config.mouse.in +++ b/package/qt/Config.mouse.in @@ -11,12 +11,8 @@ 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" - depends on BR2_STATIC_LIBS - config BR2_PACKAGE_QT_MOUSE_QVFB bool "qvfb"