Commit 6619322f authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

festival: fix more paths (broken by r23330)

Patch by Markus Heidelberg <markus.heidelberg@web.de>
parent ae1249ef
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@ help
if BR2_PACKAGE_FESTIVAL

	menu "speech tools"
		source "package/festival/speech-tools/Config.in"
		source "package/audio/festival/speech-tools/Config.in"
	endmenu

	menu "festival lexicons"
		source "package/festival/lexicons/Config.in"
		source "package/audio/festival/lexicons/Config.in"
	endmenu

	menu "festival voices"
		source "package/festival/voices/Config.in"
		source "package/audio/festival/voices/Config.in"
	endmenu

endif