mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 06:24:20 +01:00
075845ceb2
While inside the v1.5 branch make sure we stay on wlroots 0.12.0 so that the build doesn't fail.
32 lines
566 B
YAML
32 lines
566 B
YAML
image: archlinux
|
|
packages:
|
|
- cairo
|
|
- gdk-pixbuf2
|
|
- json-c
|
|
- libegl
|
|
- libinput
|
|
- libxcb
|
|
- libxkbcommon
|
|
- meson
|
|
- pango
|
|
- scdoc
|
|
- wayland
|
|
- wayland-protocols
|
|
- xcb-util-image
|
|
- xorg-xwayland
|
|
sources:
|
|
- https://github.com/swaywm/sway
|
|
- https://github.com/swaywm/wlroots#0.12.0
|
|
tasks:
|
|
- wlroots: |
|
|
cd wlroots
|
|
meson --prefix=/usr build -Dexamples=false
|
|
ninja -C build
|
|
sudo ninja -C build install
|
|
- setup: |
|
|
cd sway
|
|
meson build -Dauto_features=enabled
|
|
- build: |
|
|
cd sway
|
|
ninja -C build
|