1
0
Fork 0

Bump required wayland-protocols version

For `wp_single_pixel_buffer_v1`

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2246>
This commit is contained in:
Robert Mader 2022-07-29 15:13:02 +02:00 committed by Marge Bot
parent 550f09a5e7
commit 823e3a5c72
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ variables:
.mutter.fedora:35@common: .mutter.fedora:35@common:
variables: variables:
FDO_DISTRIBUTION_VERSION: 35 FDO_DISTRIBUTION_VERSION: 35
BASE_TAG: '2022-07-21.0' BASE_TAG: '2022-07-29.0'
FDO_DISTRIBUTION_PACKAGES: FDO_DISTRIBUTION_PACKAGES:
asciidoc asciidoc
clang clang
@ -78,7 +78,7 @@ variables:
./.gitlab-ci/install-meson-project.sh \ ./.gitlab-ci/install-meson-project.sh \
https://gitlab.freedesktop.org/wayland/wayland-protocols.git \ https://gitlab.freedesktop.org/wayland/wayland-protocols.git \
1.25 . && 1.26 . &&
./.gitlab-ci/install-meson-project.sh \ ./.gitlab-ci/install-meson-project.sh \
-Dgtk_doc=false \ -Dgtk_doc=false \

View file

@ -41,7 +41,7 @@ gudev_req = '>= 232'
# wayland version requirements # wayland version requirements
wayland_server_req = '>= 1.21' wayland_server_req = '>= 1.21'
wayland_protocols_req = '>= 1.25' wayland_protocols_req = '>= 1.26'
# native backend version requirements # native backend version requirements
libinput_req = '>= 1.19.0' libinput_req = '>= 1.19.0'