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

25 lines
573 B
YAML
Raw Normal View History

2020-03-10 13:38:56 +01:00
image: archlinux
packages:
- gcc
- clang
- meson
- wayland
- wayland-protocols
- pipewire
2021-05-01 17:03:54 +02:00
- libinih
2021-03-16 21:05:01 +01:00
- scdoc
- mesa
2020-03-10 13:38:56 +01:00
sources:
- https://github.com/emersion/xdg-desktop-portal-wlr
tasks:
- setup: |
cd xdg-desktop-portal-wlr
2021-03-16 21:05:01 +01:00
CC=gcc meson -Dauto_features=enabled -Dsd-bus-provider=libsystemd build-gcc/
CC=clang meson -Dauto_features=enabled -Dsd-bus-provider=libsystemd build-clang/
2020-03-10 13:38:56 +01:00
- build-gcc: |
cd xdg-desktop-portal-wlr
ninja -C build-gcc/
- build-clang: |
cd xdg-desktop-portal-wlr
ninja -C build-clang/