Commit fa324fb8 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

festival: needs C++ support

parent b624c9e3
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
menuconfig BR2_PACKAGE_FESTIVAL
	bool "festival text-to-speech system"
	depends on BR2_INSTALL_LIBSTDCPP
	select BR2_PACKAGE_ALSA_LIB
	select BR2_PACKAGE_SPEECH_TOOLS
	help
@@ -20,3 +21,6 @@ if BR2_PACKAGE_FESTIVAL
	endmenu

endif

comment "festival requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP