From: Thomas Petazzoni Date: Wed, 30 Dec 2015 17:01:12 +0000 (+0100) Subject: qt: add missing select BR2_PACKAGE_TSLIB X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fa6e2444504752320c8d2f18301251ce0305557;p=buildroot.git qt: add missing select BR2_PACKAGE_TSLIB Fixes: http://autobuild.buildroot.org/results/36c/36c56d10abcf96afd389f2ebe8db4dc13659997b/ Signed-off-by: Thomas Petazzoni --- diff --git a/package/qt/Config.mouse.in b/package/qt/Config.mouse.in index 16c41c18f6..11da956f62 100644 --- a/package/qt/Config.mouse.in +++ b/package/qt/Config.mouse.in @@ -11,6 +11,11 @@ config BR2_PACKAGE_QT_MOUSE_LINUXINPUT config BR2_PACKAGE_QT_MOUSE_TSLIB bool "tslib" + select BR2_PACKAGE_TSLIB + depends on !BR2_STATIC_LIBS # tslib + +comment "tslib support needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS config BR2_PACKAGE_QT_MOUSE_QVFB bool "qvfb"