summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 18:01:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 18:01:12 +0100
commit2fa6e2444504752320c8d2f18301251ce0305557 (patch)
tree87bd22b272326f7b9d166fe0f3d6f95cc8a96d07 /package/qt
parentaf0d7a1fb6fb83ff44a48c4c2556dd991411ff5c (diff)
downloadbuildroot-2fa6e2444504752320c8d2f18301251ce0305557.tar.gz
buildroot-2fa6e2444504752320c8d2f18301251ce0305557.zip
qt: add missing select BR2_PACKAGE_TSLIB
Fixes: http://autobuild.buildroot.org/results/36c/36c56d10abcf96afd389f2ebe8db4dc13659997b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.mouse.in5
1 files changed, 5 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud