diff options
author | Jaromir Wysoglad | 2019-08-15 16:12:30 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-01 22:47:55 +0300 |
commit | 0d332e065ec4a56a5964d8933f1d6118a85f6965 (patch) | |
tree | 274b58329f2576bbcc7bc8c0cf22ecd7de392fe2 /configure | |
parent | b97333d4b715013f37700c200fb1619da9225de8 (diff) | |
download | scummvm-rg350-0d332e065ec4a56a5964d8933f1d6118a85f6965.tar.gz scummvm-rg350-0d332e065ec4a56a5964d8933f1d6118a85f6965.tar.bz2 scummvm-rg350-0d332e065ec4a56a5964d8933f1d6118a85f6965.zip |
TTS: Rename LinuxTextToSpeechManager to SpeechDispatcherManager
Add a new define for the SpeechDispatcherManager
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5404,6 +5404,7 @@ else linux*) echo "linux" _tts=yes + define_in_config_if_yes $_tts 'USE_SPEECH_DISPATCHER' append_var LIBS '-lspeechd' ;; mingw*) |