1
0
Fork 0

meson: Bump wayland-protocols requirement to 1.33

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3450>
This commit is contained in:
Robert Mader 2024-01-19 15:24:03 +01:00 committed by Marge Bot
parent 98ec6e66f5
commit 69446e1fb2
2 changed files with 6 additions and 2 deletions

View file

@ -85,7 +85,7 @@ variables:
- .skip-git-clone
variables:
FDO_DISTRIBUTION_VERSION: 39
BASE_TAG: '2024-01-10.0'
BASE_TAG: '2024-01-19.0'
MUTTER_USER: 'meta-user'
FDO_DISTRIBUTION_PACKAGES:
asciidoc
@ -138,6 +138,10 @@ variables:
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
master .
./.gitlab-ci/install-meson-project.sh \
https://gitlab.freedesktop.org/wayland/wayland-protocols.git \
1.33 .
rpm -e --nodeps gnome-bluetooth-libs-devel \
mutter mutter-devel \
gnome-shell

View file

@ -46,7 +46,7 @@ gudev_req = '>= 232'
# wayland version requirements
wayland_server_req = '>= 1.21'
wayland_protocols_req = '>= 1.32'
wayland_protocols_req = '>= 1.33'
# native backend version requirements
libinput_req = '>= 1.19.0'