diff options
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r-- | package/qt/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 88855d2d6..b75f2243f 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -285,9 +285,13 @@ endif config BR2_PACKAGE_QT_DBUS bool "DBus Module" select BR2_PACKAGE_DBUS + depends on BR2_TOOLCHAIN_HAS_THREADS # dbus help Build the Qt DBus module. +comment "DBus Module requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_QT_XML bool "XML Module" default y |