mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-08 07:56:54 +08:00
Without this Qt Speech is useless in our packages. Task-number: QTBUG-58461 Change-Id: I5c93fae1b3a2987353c75865f1b0831114afedbf Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
12 lines
311 B
Bash
12 lines
311 B
Bash
# gstreamer 1 for QtMultimedia
|
|
# gtk3 style for QtGui/QStyle
|
|
# libusb1 for tqtc-boot2qt/qdb
|
|
# speech-dispatcher-devel for QtSpeech, otherwise it has no backend on Linux
|
|
|
|
sudo yum install -y \
|
|
gstreamer1-devel gstreamer1-plugins-base-devel \
|
|
gtk3-devel \
|
|
libusb1-devel \
|
|
speech-dispatcher-devel
|
|
|