mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
ci: fedora: Install a more recent wayland-protocols version
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1060>
This commit is contained in:
parent
118841cc49
commit
080c837cd6
2 changed files with 9 additions and 1 deletions
|
@ -5,7 +5,7 @@ variables:
|
||||||
# If you are hacking on them or need a them to rebuild, its enough
|
# 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.
|
# to change any part of the string of the image you want.
|
||||||
###
|
###
|
||||||
FEDORA_TAG: '2023-09-28.0-f34tlbx'
|
FEDORA_TAG: '2023-10-22.1'
|
||||||
|
|
||||||
INDENT_TAG: '2023-08-24.3'
|
INDENT_TAG: '2023-08-24.3'
|
||||||
|
|
||||||
|
|
|
@ -251,6 +251,14 @@ meson install -C _build
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf gdk-pixbuf
|
rm -rf gdk-pixbuf
|
||||||
|
|
||||||
|
# Install a more up to date wayland-protocols
|
||||||
|
git clone --branch 1.32 https://gitlab.freedesktop.org/wayland/wayland-protocols.git
|
||||||
|
cd wayland-protocols
|
||||||
|
meson setup _build --prefix=/usr -Dtests=false
|
||||||
|
meson install -C _build
|
||||||
|
cd ..
|
||||||
|
rm -rf wayland-protocols
|
||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
RUSTUP_VERSION=1.26.0
|
RUSTUP_VERSION=1.26.0
|
||||||
RUST_VERSION=1.73.0
|
RUST_VERSION=1.73.0
|
||||||
|
|
Loading…
Reference in a new issue