Commit b8d6dff9 authored by Daniel Laird's avatar Daniel Laird
Browse files

qte.mk: Add a 'comment' to indicate the need for NPTL threads



Make sure the developer is informed why a package is not
visable and that they need to have a NPTL enabled
toolchain.
 
Signed-off-by: default avatarDaniel Laird <daniel.j.laird@nxp.com>
parent 777de7ca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,9 +14,10 @@ config BR2_PACKAGE_QTE
	  Only tested with threading on, PACKAGE_JPEG, PACKAGE_LIBPNG,
	  but remove those if you like.

comment "Qt/E requires a toolchain with C++ support enabled"
comment "Qt/E requires a toolchain with C++ support enabled and native threading enabled (NPTL)"
	depends on !BR2_INSTALL_LIBSTDCPP
	depends on BR2_DEPRECATED
	depends on !BR2_PTHREADS_NATIVE

config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME
	string "Qt/E Commercial License Username"