diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e80d9464..2090cd8ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ diff --git a/meson.build b/meson.build index faa38a84f..ebe3f8014 100644 --- a/meson.build +++ b/meson.build @@ -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'