소스 검색

speech-tools: needs C++ support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 년 전
부모
커밋
b624c9e35e
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      package/multimedia/festival/speech-tools/Config.in

+ 5 - 1
package/multimedia/festival/speech-tools/Config.in

@@ -1,6 +1,10 @@
- config BR2_PACKAGE_SPEECH_TOOLS
+config BR2_PACKAGE_SPEECH_TOOLS
 	bool "speech tools for festival"
+	depends on BR2_INSTALL_LIBSTDCPP
 	help
 	  Speech tools for the festival text to speech system
 
 	  http://festvox.org/packed/festival/latest
+
+comment "speech tools requires a toolchain with C++ support enabled"
+	depends on !BR2_INSTALL_LIBSTDCPP