[Buildroot] [git commit] package/webkit: threads are also needed for icu

Peter Korsgaard peter at korsgaard.com
Tue Apr 8 22:44:21 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=48c3eefca6e9f33d8b736e2bffcee152ce8abb9a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Add icu to the comment-list of packages requiring threads.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 5ba2eb3..4112287 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


More information about the buildroot mailing list