webkit: mention build failure with old linuxthread toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Feb 2010 19:21:15 +0000 (20:21 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Feb 2010 19:34:57 +0000 (20:34 +0100)
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 <thomas.petazzoni@free-electrons.com>
package/webkit/Config.in

index 3c669a53f3ef4230f8fc7b2b3be73e12918cc88b..10c8b38ac1b0530d87e27a4b7087e6e4dde349e9 100644 (file)
@@ -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"