mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
ci/fedora: Add qt6 packages to the deps
It's already getting installed but add them explicitly Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7762>
This commit is contained in:
parent
0d8596fafc
commit
9cf259229a
2 changed files with 12 additions and 1 deletions
|
@ -5,7 +5,7 @@ variables:
|
|||
# If you are hacking on them or need a them to rebuild, its enough
|
||||
# to change any part of the string of the image you want.
|
||||
###
|
||||
FEDORA_TAG: '2024-10-31.0'
|
||||
FEDORA_TAG: '2024-10-27.3'
|
||||
|
||||
DEBIAN_TAG: '2024-10-27.0'
|
||||
|
||||
|
|
|
@ -97,6 +97,17 @@ qt5-qtquickcontrols2-devel
|
|||
qt5-qttools-common
|
||||
qt5-qtwayland-devel
|
||||
qt5-qtx11extras-devel
|
||||
qt6-doctools
|
||||
qt6-linguist
|
||||
qt6-qtbase-devel
|
||||
qt6-qtbase-gui
|
||||
qt6-qtbase-private-devel
|
||||
qt6-qtdeclarative-devel
|
||||
qt6-qtmultimedia-devel
|
||||
qt6-qtquickcontrols2-devel
|
||||
qt6-qtshadertools
|
||||
qt6-qttools
|
||||
qt6-qtwayland-devel
|
||||
redhat-rpm-config
|
||||
sbc-devel
|
||||
SDL2-devel
|
||||
|
|
Loading…
Reference in a new issue