2020-12-21 12:27:45 +01:00
|
|
|
image: freebsd/latest
|
|
|
|
packages:
|
|
|
|
- basu
|
2020-12-23 19:47:10 +01:00
|
|
|
- libepoll-shim
|
2020-12-21 12:27:45 +01:00
|
|
|
- meson
|
|
|
|
- pipewire
|
|
|
|
- pkgconf
|
|
|
|
- wayland
|
|
|
|
- wayland-protocols
|
2021-03-03 10:29:56 +01:00
|
|
|
- iniparser
|
2021-03-16 21:05:01 +01:00
|
|
|
- scdoc
|
2020-12-21 12:27:45 +01:00
|
|
|
sources:
|
|
|
|
- https://github.com/emersion/xdg-desktop-portal-wlr
|
2021-04-17 11:53:42 +02:00
|
|
|
environment:
|
|
|
|
C_INCLUDE_PATH: /usr/local/include
|
|
|
|
LIBRARY_PATH: /usr/local/lib
|
2020-12-21 12:27:45 +01:00
|
|
|
tasks:
|
|
|
|
- setup: |
|
|
|
|
cd xdg-desktop-portal-wlr
|
2021-03-16 21:05:01 +01:00
|
|
|
meson -Dauto_features=enabled -Dsystemd=disabled -Dsd-bus-provider=basu build/
|
2020-12-21 12:27:45 +01:00
|
|
|
- build: |
|
|
|
|
cd xdg-desktop-portal-wlr
|
|
|
|
ninja -C build/
|