diff options
Diffstat (limited to 'package/ofono/Config.in')
-rw-r--r-- | package/ofono/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/ofono/Config.in b/package/ofono/Config.in index fc6c9c682..74c8b534a 100644 --- a/package/ofono/Config.in +++ b/package/ofono/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_OFONO bool "ofono" depends on BR2_USE_WCHAR # gettext/libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # dbus select BR2_PACKAGE_LIBCAP_NG select BR2_PACKAGE_DBUS select BR2_PACKAGE_LIBGLIB2 @@ -12,5 +13,6 @@ config BR2_PACKAGE_OFONO http://ofono.org/ -comment "ofono requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR +comment "ofono requires a toolchain with WCHAR and thread support" + depends on !BR2_USE_WCHAR || \ + !BR2_TOOLCHAIN_HAS_THREADS |