wlroots-hyprland/.builds/alpine.yml

25 lines
463 B
YAML
Raw Normal View History

2018-12-05 10:42:34 +01:00
image: alpine/edge
packages:
- eudev-dev
- freerdp-dev
2018-12-05 10:42:34 +01:00
- ffmpeg-dev
- libcap-dev
- libinput-dev
- libxkbcommon-dev
- mesa-dev
- meson
- pixman-dev
- wayland-dev
- wayland-protocols
- xcb-util-image-dev
- xcb-util-wm-dev
2018-12-05 10:42:34 +01:00
sources:
- https://github.com/swaywm/wlroots
tasks:
- setup: |
cd wlroots
meson build -Dauto_features=enabled -Dlogind=disabled -Dxcb-errors=disabled
2018-12-05 10:42:34 +01:00
- build: |
cd wlroots
ninja -C build