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-05-01 17:03:54 +02:00
|
|
|
- inih
|
2021-03-16 21:05:01 +01:00
|
|
|
- scdoc
|
2021-06-22 03:59:05 +02:00
|
|
|
- graphics/libdrm
|
|
|
|
- graphics/mesa-libs
|
2020-12-21 12:27:45 +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
|
|
|
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/
|