mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 15:35:58 +01:00
18 lines
320 B
YAML
18 lines
320 B
YAML
|
image: alpine/edge
|
||
|
packages:
|
||
|
- elogind-dev
|
||
|
- gcc
|
||
|
- meson
|
||
|
- pipewire-dev
|
||
|
- wayland-dev
|
||
|
- 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/
|