qt: add missing select BR2_PACKAGE_TSLIB
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 17:01:12 +0000 (18:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 17:01:12 +0000 (18:01 +0100)
Fixes:

  http://autobuild.buildroot.org/results/36c/36c56d10abcf96afd389f2ebe8db4dc13659997b/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qt/Config.mouse.in

index 16c41c18f6244bd10679d070ff1a512bed5319f1..11da956f62f6eab0eb41363c65957b8e893606c8 100644 (file)
@@ -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"