2018-12-05 10:42:34 +01:00
|
|
|
image: alpine/edge
|
|
|
|
packages:
|
|
|
|
- eudev-dev
|
|
|
|
- ffmpeg-dev
|
|
|
|
- libinput-dev
|
|
|
|
- libxkbcommon-dev
|
|
|
|
- mesa-dev
|
|
|
|
- meson
|
|
|
|
- pixman-dev
|
|
|
|
- wayland-dev
|
|
|
|
- wayland-protocols
|
|
|
|
- xcb-util-image-dev
|
2019-04-29 18:10:09 +02:00
|
|
|
- xcb-util-wm-dev
|
2018-12-05 10:42:34 +01:00
|
|
|
sources:
|
|
|
|
- https://github.com/swaywm/wlroots
|
|
|
|
tasks:
|
|
|
|
- setup: |
|
|
|
|
cd wlroots
|
2019-04-29 18:10:09 +02:00
|
|
|
meson build -Dauto_features=enabled -Dlogind=disabled -Dxcb-errors=disabled
|
2018-12-05 10:42:34 +01:00
|
|
|
- build: |
|
|
|
|
cd wlroots
|
|
|
|
ninja -C build
|
2019-12-25 22:40:22 +01:00
|
|
|
- build-features-disabled: |
|
|
|
|
cd wlroots
|
|
|
|
meson build --reconfigure -Dauto_features=disabled
|
|
|
|
ninja -C build
|