From 69446e1fb28d61c81943b4e448c4a57b15edb349 Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Fri, 19 Jan 2024 15:24:03 +0100 Subject: [PATCH] meson: Bump wayland-protocols requirement to 1.33 Part-of: --- .gitlab-ci.yml | 6 +++++- meson.build | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fcbdc343..8a189e40e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/meson.build b/meson.build index 99803df86..d54bd4e72 100644 --- a/meson.build +++ b/meson.build @@ -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'