diff options
Diffstat (limited to 'package/dbus-glib/Config.in')
| -rw-r--r-- | package/dbus-glib/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/dbus-glib/Config.in b/package/dbus-glib/Config.in index f1dab43924..b019b34383 100644 --- a/package/dbus-glib/Config.in +++ b/package/dbus-glib/Config.in @@ -2,11 +2,13 @@ config BR2_PACKAGE_DBUS_GLIB bool "dbus-glib" depends on BR2_PACKAGE_DBUS depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 select BR2_PACKAGE_LIBGLIB2 help GLib bindings for D-Bus. http://www.freedesktop.org/software/dbus -comment "dbus-glib requires a toolchain with WCHAR support" - depends on BR2_PACKAGE_DBUS && !BR2_USE_WCHAR +comment "dbus-glib requires a toolchain with WCHAR and threading support" + depends on BR2_PACKAGE_DBUS && \ + (!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS) |

