mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-05 00:05:58 +01:00
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:
parent
5e4edae701
commit
f8f188a73e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue