sway/.build.yml
2017-12-05 09:02:42 -05:00

25 lines
380 B
YAML

# vim: ft=yaml ts=2 sw=2 et :
image: archlinux
packages:
- meson
- wlc-git
- xorg-server-xwayland
- xcb-util-image
- json-c
- pango
- cairo
- wayland
- wayland-protocols
- gdk-pixbuf2
- libinput
- libxkbcommon
sources:
- https://git.sr.ht/~sircmpwn/sway
tasks:
- setup: |
cd sway
meson build
- build: |
cd sway
ninja -C build