wlroots/.builds/alpine.yml

37 lines
796 B
YAML
Raw Normal View History

2018-12-05 09:42:34 +00:00
image: alpine/edge
packages:
- eudev-dev
- ffmpeg-dev
- glslang
2018-12-05 09:42:34 +00:00
- libinput-dev
- libxkbcommon-dev
- mesa-dev
- meson
- pixman-dev
- vulkan-headers
- vulkan-loader-dev
2018-12-05 09:42:34 +00:00
- wayland-dev
- wayland-protocols
- xcb-util-image-dev
- xcb-util-renderutil-dev
- xcb-util-wm-dev
- xwayland
2021-04-13 20:18:41 +00:00
- libseat-dev
2018-12-05 09:42:34 +00:00
sources:
2021-11-01 16:28:16 +00:00
- https://gitlab.freedesktop.org/wlroots/wlroots.git
2018-12-05 09:42:34 +00:00
tasks:
- setup: |
cd wlroots
meson build --fatal-meson-warnings --default-library=both -Dauto_features=enabled -Dxcb-errors=disabled
2018-12-05 09:42:34 +00:00
- build: |
cd wlroots
ninja -C build
2021-01-06 02:15:27 +00:00
sudo ninja -C build install
- build-features-disabled: |
cd wlroots
meson build --reconfigure -Dauto_features=disabled
ninja -C build
2021-01-06 02:15:27 +00:00
- tinywl: |
cd wlroots/tinywl
make