xdg-desktop-portal-hyprland/.builds/alpine.yml

19 lines
338 B
YAML

image: alpine/edge
packages:
- elogind-dev
- gcc
- meson
- pipewire-dev
- wayland-dev
- wayland-protocols
- iniparser-dev
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/