diff options
Diffstat (limited to 'package/webkit/Config.in')
| -rw-r--r-- | package/webkit/Config.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/webkit/Config.in b/package/webkit/Config.in index c6711b8d48..92cbc62ecd 100644 --- a/package/webkit/Config.in +++ b/package/webkit/Config.in @@ -1,7 +1,8 @@ config BR2_PACKAGE_WEBKIT bool "webkit" depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_USE_WCHAR + depends on BR2_USE_WCHAR # enchant -> libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # enchant -> libglib2 depends on BR2_PACKAGE_LIBGTK2 select BR2_PACKAGE_ICU select BR2_PACKAGE_LIBCURL @@ -22,5 +23,6 @@ config BR2_PACKAGE_WEBKIT http://webkit.org/ -comment "webkit requires C++, WCHAR in toolchain and libgtk2" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_PACKAGE_LIBGTK2 +comment "webkit requires libgtk2 and a toolchain with C++, WCHAR, threading support" + depends on BR2_PACKAGE_LIBGTK2 || !BR2_INSTALL_LIBSTDCPP || \ + !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS |

