Commit 596bcb63 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent ca2293b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"