xdg-desktop-portal-hyprland/.builds/freebsd.yml
Jan Beich 71730982da ci: drop FreeBSD workaround after 22af25749e
inih exposes required CFLAGS/LDFLAGS via pkg-config, so manually
adding /usr/local to search path is no longer necessary.
2021-06-01 18:24:28 +02:00

20 lines
415 B
YAML

image: freebsd/latest
packages:
- basu
- libepoll-shim
- meson
- pipewire
- pkgconf
- wayland
- wayland-protocols
- inih
- scdoc
sources:
- https://github.com/emersion/xdg-desktop-portal-wlr
tasks:
- setup: |
cd xdg-desktop-portal-wlr
meson -Dauto_features=enabled -Dsystemd=disabled -Dsd-bus-provider=basu build/
- build: |
cd xdg-desktop-portal-wlr
ninja -C build/