mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-07 09:05:59 +01:00
18 lines
312 B
YAML
18 lines
312 B
YAML
|
image: freebsd/latest
|
||
|
packages:
|
||
|
- basu
|
||
|
- meson
|
||
|
- pipewire
|
||
|
- pkgconf
|
||
|
- wayland
|
||
|
- wayland-protocols
|
||
|
sources:
|
||
|
- https://github.com/emersion/xdg-desktop-portal-wlr
|
||
|
tasks:
|
||
|
- setup: |
|
||
|
cd xdg-desktop-portal-wlr
|
||
|
meson build/
|
||
|
- build: |
|
||
|
cd xdg-desktop-portal-wlr
|
||
|
ninja -C build/
|