summaryrefslogtreecommitdiffstats
path: root/package/libglib2/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libglib2/Config.in')
-rw-r--r--package/libglib2/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libglib2/Config.in b/package/libglib2/Config.in
index 5282885b8b..806dbbefbe 100644
--- a/package/libglib2/Config.in
+++ b/package/libglib2/Config.in
@@ -5,10 +5,11 @@ config BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_LIBFFI
select BR2_PACKAGE_ZLIB
depends on BR2_USE_WCHAR # gettext
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
Low-level core library that forms the basis of GTK+ and GNOME.
http://www.gtk.org/
-comment "libglib2 requires a toolchain with WCHAR support"
- depends on !BR2_USE_WCHAR
+comment "libglib2 requires a toolchain with WCHAR support and threading support"
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud