From: Thomas Petazzoni Date: Tue, 23 Feb 2010 19:21:15 +0000 (+0100) Subject: webkit: mention build failure with old linuxthread toolchains X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=596bcb63fb26052b86c1271913747e701883dbfa;p=buildroot.git webkit: mention build failure with old linuxthread toolchains I could have created a !dependency on !BR2_PTHREADS_OLD, but that wouldn't work with external toolchains. So, let's just add a notice in the help message of WebKit. Signed-off-by: Thomas Petazzoni --- diff --git a/package/webkit/Config.in b/package/webkit/Config.in index 3c669a53f3..10c8b38ac1 100644 --- a/package/webkit/Config.in +++ b/package/webkit/Config.in @@ -14,6 +14,9 @@ config BR2_PACKAGE_WEBKIT help WebKit is an open source, standards compliant web browser engine. + Note that WebKit does not build with a toolchain using the + old linuxthreads library. + http://webkit.org/ comment "webkit requires a toolchain with C++ support and WCHAR enabled"