mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 15:35:58 +01:00
19 lines
420 B
YAML
19 lines
420 B
YAML
image: alpine/edge
|
|
packages:
|
|
- elogind-dev
|
|
- gcc
|
|
- meson
|
|
- pipewire-dev
|
|
- wayland-dev
|
|
- wayland-protocols
|
|
- iniparser-dev
|
|
- 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=libelogind build/
|
|
- build: |
|
|
cd xdg-desktop-portal-wlr
|
|
ninja -C build/
|