From f8f188a73e76168eb5cb7ce11b7ba39e0a68f1b4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 17 Apr 2021 11:53:42 +0200 Subject: [PATCH] ci: add /usr/local to search paths on FreeBSD Because of an upstream Meson bug [1], the /usr/local prefix used by ports is not included in default Meson search paths. Do it explicitly for now. [1]: https://github.com/mesonbuild/meson/issues/4468 --- .builds/freebsd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index c61877b..877714a 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -11,6 +11,9 @@ packages: - scdoc sources: - https://github.com/emersion/xdg-desktop-portal-wlr +environment: + C_INCLUDE_PATH: /usr/local/include + LIBRARY_PATH: /usr/local/lib tasks: - setup: | cd xdg-desktop-portal-wlr