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
This commit is contained in:
Simon Ser 2021-04-17 11:53:42 +02:00
parent 5e4edae701
commit f8f188a73e
1 changed files with 3 additions and 0 deletions

View File

@ -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