mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 15:35:58 +01:00
71730982da
inih exposes required CFLAGS/LDFLAGS via pkg-config, so manually adding /usr/local to search path is no longer necessary.
20 lines
415 B
YAML
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/
|