2017-08-04 20:51:44 +00:00
|
|
|
image: archlinux
|
|
|
|
packages:
|
2018-05-28 07:39:38 +00:00
|
|
|
- clang
|
|
|
|
- ffmpeg
|
|
|
|
- libinput
|
|
|
|
- libxkbcommon
|
|
|
|
- mesa
|
2017-08-08 22:02:32 +00:00
|
|
|
- meson
|
2018-05-28 07:39:38 +00:00
|
|
|
- pixman
|
2017-08-04 20:51:44 +00:00
|
|
|
- wayland
|
|
|
|
- wayland-protocols
|
2019-04-29 16:10:09 +00:00
|
|
|
- xcb-util-errors
|
2017-11-01 23:19:51 +00:00
|
|
|
- xcb-util-image
|
2019-04-29 16:10:09 +00:00
|
|
|
- xcb-util-wm
|
2017-08-04 20:51:44 +00:00
|
|
|
sources:
|
2018-03-04 04:00:59 +00:00
|
|
|
- https://github.com/swaywm/wlroots
|
2017-08-04 20:51:44 +00:00
|
|
|
tasks:
|
|
|
|
- setup: |
|
2018-11-25 19:09:02 +00:00
|
|
|
cd wlroots
|
2020-03-24 02:45:36 +00:00
|
|
|
CC=gcc meson build-gcc -Dauto_features=enabled -Dlogind-provider=systemd
|
|
|
|
CC=clang meson build-clang -Dauto_features=enabled -Dlogind-provider=systemd
|
2017-08-04 20:51:44 +00:00
|
|
|
- gcc: |
|
|
|
|
cd wlroots/build-gcc
|
2017-08-08 22:02:32 +00:00
|
|
|
ninja
|
2017-08-04 20:51:44 +00:00
|
|
|
- clang: |
|
|
|
|
cd wlroots/build-clang
|
2018-11-25 19:09:02 +00:00
|
|
|
ninja
|