diff options
Diffstat (limited to 'package/qt/Config.mouse.in')
| -rw-r--r-- | package/qt/Config.mouse.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/qt/Config.mouse.in b/package/qt/Config.mouse.in index f15f8d5f56..11da956f62 100644 --- a/package/qt/Config.mouse.in +++ b/package/qt/Config.mouse.in @@ -13,10 +13,9 @@ config BR2_PACKAGE_QT_MOUSE_TSLIB bool "tslib" select BR2_PACKAGE_TSLIB depends on !BR2_STATIC_LIBS # tslib - depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # tslib -comment "tslib support needs a toolchain w/ dynamic library, headers >= 3.12" - depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 +comment "tslib support needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS config BR2_PACKAGE_QT_MOUSE_QVFB bool "qvfb" |

