From f63456111cd30780d67cda2d9839da55885ada6a Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 13 Feb 2025 10:10:47 -0500 Subject: [PATCH 1/2] ci/freebsd: download w-p dependency --- .builds/freebsd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index a99e9c911..d9b465c1d 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -29,6 +29,7 @@ sources: tasks: - wlroots: | cd wlroots + meson subprojects download wayland-protocols meson setup build --fatal-meson-warnings -Dauto_features=enabled -Dallocators=gbm ninja -C build sudo ninja -C build install From d206c6729d802a6a158ef35be2500cbf294aac32 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 13 Feb 2025 09:43:38 -0500 Subject: [PATCH 2/2] protocol: bump wayland-protocols dependency to 1.40 --- protocol/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/meson.build b/protocol/meson.build index f3b634ae8..a84f9f42a 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,5 +1,5 @@ wayland_protos = dependency('wayland-protocols', - version: '>=1.38', + version: '>=1.40', fallback: 'wayland-protocols', default_options: ['tests=false'], )