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