mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 15:35:58 +01:00
22 lines
450 B
YAML
22 lines
450 B
YAML
image: archlinux
|
|
packages:
|
|
- gcc
|
|
- clang
|
|
- meson
|
|
- wayland
|
|
- wayland-protocols
|
|
- pipewire
|
|
- iniparser
|
|
sources:
|
|
- https://github.com/emersion/xdg-desktop-portal-wlr
|
|
tasks:
|
|
- setup: |
|
|
cd xdg-desktop-portal-wlr
|
|
CC=gcc meson build-gcc/
|
|
CC=clang meson build-clang/
|
|
- build-gcc: |
|
|
cd xdg-desktop-portal-wlr
|
|
ninja -C build-gcc/
|
|
- build-clang: |
|
|
cd xdg-desktop-portal-wlr
|
|
ninja -C build-clang/
|