qte.mk: Add a 'comment' to indicate the need for NPTL threads
authorDaniel Laird <danieljlaird@hotmail.com>
Fri, 30 Jan 2009 11:30:21 +0000 (11:30 -0000)
committerDaniel Laird <danieljlaird@hotmail.com>
Fri, 30 Jan 2009 11:30:21 +0000 (11:30 -0000)
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: Daniel Laird <daniel.j.laird@nxp.com>
package/qte/Config.in

index 2088c5f5aeec930a6728826b4a666eb61fc0bcab..78d6b480f5e9e21d1d8261d2c9aa001b757c06fd 100644 (file)
@@ -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"