From f63456111cd30780d67cda2d9839da55885ada6a Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 13 Feb 2025 10:10:47 -0500 Subject: [PATCH] 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