mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-05 00:05:58 +01:00
18 lines
326 B
YAML
18 lines
326 B
YAML
image: freebsd/latest
|
|
packages:
|
|
- basu
|
|
- meson
|
|
- pipewire
|
|
- pkgconf
|
|
- wayland
|
|
- wayland-protocols
|
|
- iniparser
|
|
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/
|