mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 12:37:50 +08:00
provisioning: install flite for ubuntu 24.04, debian 11 and rhel
The flite plugin for QtSpeech wasn't tested on CI as the development files weren't installed. Pick-to: 6.8 6.9 6.10 Change-Id: Ieefe42f67009b99cc95f54567f224972d12c1538 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Tim Blechmann <tim.blechmann@qt.io>
This commit is contained in:
@@ -74,8 +74,9 @@ installPackages+=(yasm)
|
||||
installPackages+=(gtk3-devel)
|
||||
# libusb1 for tqtc-boot2qt/qdb
|
||||
installPackages+=(libusbx-devel)
|
||||
# speech-dispatcher-devel for QtSpeech, otherwise it has no backend on Linux
|
||||
# speech-dispatcher-devel / flite-devel for QtSpeech
|
||||
installPackages+=(speech-dispatcher-devel)
|
||||
installPackages+=(flite-devel)
|
||||
# Python 2 devel and pip. python-pip requires the EPEL repository to be added
|
||||
# Python 2 no longer supported
|
||||
# installPackages+=(python2-devel python2-pip)
|
||||
|
||||
Reference in New Issue
Block a user