mirror of
https://github.com/swaywm/sway.git
synced 2024-11-01 05:57:17 +00:00
23a1e94402
And remove it from the build
25 lines
363 B
YAML
25 lines
363 B
YAML
# vim: ft=yaml ts=2 sw=2 et :
|
|
image: archlinux
|
|
packages:
|
|
- cmake
|
|
- wlc-git
|
|
- xorg-server-xwayland
|
|
- xcb-util-image
|
|
- json-c
|
|
- pango
|
|
- cairo
|
|
- wayland
|
|
- gdk-pixbuf2
|
|
sources:
|
|
- https://git.sr.ht/~sircmpwn/sway
|
|
tasks:
|
|
- setup: |
|
|
cd sway
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
- build: |
|
|
cd sway
|
|
cd build
|
|
make
|