diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2009-01-30 11:30:21 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2009-01-30 11:30:21 +0000 |
commit | b8d6dff99171af9166002c08196281e3c900441a (patch) | |
tree | fba96e76af86d3bda97bef918bde244d773acf9d | |
parent | 777de7caa5ddf88a46bce88f3eebaabc0daee939 (diff) | |
download | buildroot-novena-b8d6dff99171af9166002c08196281e3c900441a.tar.gz buildroot-novena-b8d6dff99171af9166002c08196281e3c900441a.zip |
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: Daniel Laird <daniel.j.laird@nxp.com>
-rw-r--r-- | package/qte/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/qte/Config.in b/package/qte/Config.in index 2088c5f5a..78d6b480f 100644 --- a/package/qte/Config.in +++ b/package/qte/Config.in @@ -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" |