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.

35 lines
663 B

image: archlinux
packages:
- cairo
- gdk-pixbuf2
- json-c
7 years ago
- libinput
- libxcb
7 years ago
- libxkbcommon
- meson
- pango
- wayland
- wayland-protocols
- xcb-util-image
- xorg-server-xwayland
sources:
- https://github.com/swaywm/sway
- https://github.com/swaywm/wlroots
- https://git.sr.ht/~sircmpwn/scdoc
tasks:
- scdoc: |
cd scdoc
make PREFIX=/usr
sudo make install PREFIX=/usr
- wlroots: |
cd wlroots
meson --prefix=/usr build -Drootston=false -Dexamples=false
7 years ago
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