mirror of
https://github.com/swaywm/sway.git
synced 2024-10-31 21:47:24 +00:00
31 lines
533 B
YAML
31 lines
533 B
YAML
# vim: ft=yaml ts=2 sw=2 et :
|
|
image: archlinux
|
|
packages:
|
|
- meson
|
|
- xorg-server-xwayland
|
|
- xcb-util-image
|
|
- json-c
|
|
- pango
|
|
- cairo
|
|
- wayland
|
|
- wayland-protocols
|
|
- gdk-pixbuf2
|
|
- libinput
|
|
- libxkbcommon
|
|
- scdoc
|
|
sources:
|
|
- https://github.com/swaywm/sway
|
|
- https://github.com/swaywm/wlroots
|
|
tasks:
|
|
- wlroots: |
|
|
cd wlroots
|
|
meson --prefix=/usr build
|
|
ninja -C build
|
|
sudo ninja -C build install
|
|
- setup: |
|
|
cd sway
|
|
meson build
|
|
- build: |
|
|
cd sway
|
|
ninja -C build
|