Bump required wayland-protocols version
Once in meson.build to declare the build requirement, then again in the CI description to build an image a new enough version. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2167>
This commit is contained in:
parent
28a5946a28
commit
f9d6bccf0c
@ -17,7 +17,7 @@ variables:
|
||||
.mutter.fedora:35@common:
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: 35
|
||||
BASE_TAG: '2022-02-18.0'
|
||||
BASE_TAG: '2022-03-04.0'
|
||||
FDO_DISTRIBUTION_PACKAGES:
|
||||
asciidoc
|
||||
clang
|
||||
@ -70,7 +70,7 @@ variables:
|
||||
|
||||
./.gitlab-ci/install-meson-project.sh \
|
||||
https://gitlab.freedesktop.org/wayland/wayland-protocols.git \
|
||||
1.24 . &&
|
||||
1.25 . &&
|
||||
|
||||
./.gitlab-ci/install-meson-project.sh \
|
||||
-Dgtk_doc=false \
|
||||
|
@ -41,7 +41,7 @@ gudev_req = '>= 232'
|
||||
|
||||
# wayland version requirements
|
||||
wayland_server_req = '>= 1.18'
|
||||
wayland_protocols_req = '>= 1.24'
|
||||
wayland_protocols_req = '>= 1.25'
|
||||
|
||||
# native backend version requirements
|
||||
libinput_req = '>= 1.19.0'
|
||||
|
Loading…
Reference in New Issue
Block a user