You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
523 B

# vim: ft=yaml ts=2 sw=2 et :
image: archlinux
packages:
7 years ago
- meson
- xorg-server-xwayland
- xcb-util-image
- json-c
- pango
- cairo
- wayland
7 years ago
- wayland-protocols
- gdk-pixbuf2
7 years ago
- libinput
- libxkbcommon
sources:
- https://github.com/swaywm/sway
- https://github.com/swaywm/wlroots
tasks:
- wlroots: |
cd wlroots
7 years ago
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
- setup: |
cd sway
7 years ago
meson build
- build: |
cd sway
7 years ago
ninja -C build