소스 검색

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>
Daniel Laird 16 년 전
부모
커밋
b8d6dff991
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      package/qte/Config.in

+ 2 - 1
package/qte/Config.in

@@ -14,9 +14,10 @@ config BR2_PACKAGE_QTE
 	  Only tested with threading on, PACKAGE_JPEG, PACKAGE_LIBPNG,
 	  Only tested with threading on, PACKAGE_JPEG, PACKAGE_LIBPNG,
 	  but remove those if you like.
 	  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_INSTALL_LIBSTDCPP
 	depends on BR2_DEPRECATED
 	depends on BR2_DEPRECATED
+	depends on !BR2_PTHREADS_NATIVE
 
 
 config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME
 config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME
 	string "Qt/E Commercial License Username"
 	string "Qt/E Commercial License Username"