When building WebKitGTK using JHBuild and SpeechSynthesis enabled there is the following error: ``` $ WEBKIT_JHBUILD=1 ./Tools/Scripts/build-webkit --gtk --release --cmakeargs=-DENABLE_SPEECH_SYNTHESIS=1 -- Could NOT find Flite (missing: Flite_INCLUDE_DIR Flite_LIBRARY) (Required is at least version "2.2") CMake Error at Source/cmake/OptionsGTK.cmake:430 (message): Flite is needed for ENABLE_SPEECH_SYNTHESIS Call Stack (most recent call first): Source/cmake/WebKitCommon.cmake:228 (include) CMakeLists.txt:25 (include) ``` JHBuild is still used by several bots: - GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 - WPE-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004
Pull request: https://github.com/webkit/webkit/pull/9173
Committed 259416@main (187e09665fcd): <https://commits.webkit.org/259416@main> Reviewed commits have been landed. Closing PR #9173 and removing active labels.
<rdar://problem/104687050>