diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-04-08 23:50:16 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-04-09 00:44:21 +0200 |
commit | 48c3eefca6e9f33d8b736e2bffcee152ce8abb9a (patch) | |
tree | 3362a678497234fc251ae8276d460bec10349698 | |
parent | 948ace52377e711e449c64ab7229aa51c5ef8088 (diff) | |
download | buildroot-48c3eefca6e9f33d8b736e2bffcee152ce8abb9a.tar.gz buildroot-48c3eefca6e9f33d8b736e2bffcee152ce8abb9a.zip |
package/webkit: threads are also needed for icu
Add icu to the comment-list of packages requiring threads.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/webkit/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/webkit/Config.in b/package/webkit/Config.in index 5ba2eb3e1f..41122872e4 100644 --- a/package/webkit/Config.in +++ b/package/webkit/Config.in @@ -13,7 +13,7 @@ config BR2_PACKAGE_WEBKIT bool "webkit" depends on BR2_INSTALL_LIBSTDCPP depends on BR2_USE_WCHAR # enchant -> libglib2 - depends on BR2_TOOLCHAIN_HAS_THREADS # enchant -> libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # enchant -> libglib2; icu depends on BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS depends on !BR2_BINFMT_FLAT # icu |