swayfx/.builds/archlinux.yml

34 lines
661 B
YAML
Raw Normal View History

2017-04-19 03:09:14 +10:00
image: archlinux
packages:
- cairo
- gdk-pixbuf2
2019-02-19 22:11:16 +11:00
- json-c
- libegl
2017-12-01 21:43:08 +11:00
- libinput
2019-02-19 22:11:16 +11:00
- libxcb
2017-12-01 21:43:08 +11:00
- libxkbcommon
2019-02-19 22:11:16 +11:00
- meson
- pango
- scdoc
2019-02-19 22:11:16 +11:00
- wayland
- wayland-protocols
- xcb-util-image
- xcb-util-wm
- xorg-xwayland
2021-04-15 05:41:38 +10:00
- seatd
2017-04-27 12:37:15 +10:00
sources:
2018-03-28 07:16:25 +11:00
- https://github.com/swaywm/sway
2022-01-17 05:39:24 +11:00
- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.15.0
2017-04-19 03:09:14 +10:00
tasks:
2017-10-23 01:45:11 +11:00
- wlroots: |
cd wlroots
2019-08-09 10:59:29 +10:00
meson --prefix=/usr build -Dexamples=false
2017-12-01 21:43:08 +11:00
ninja -C build
sudo ninja -C build install
2017-04-19 03:09:14 +10:00
- setup: |
cd sway
meson build --fatal-meson-warnings -Dauto_features=enabled -Dsd-bus-provider=libsystemd
2017-04-19 03:09:14 +10:00
- build: |
cd sway
2017-12-01 21:43:08 +11:00
ninja -C build