aboutsummaryrefslogtreecommitdiff
path: root/.builds/archlinux.yml
AgeCommit message (Collapse)AuthorLines
2024-06-07sway/commands/output: Add command to set color profileManuel Stoeckl-0/+1
This makes it possible to render output buffers in a different color space, by specifying an ICC profile for the output.
2023-02-28ci: add libdisplay-info dependencySimon Zeni-0/+1
2022-11-09ci: install hwdataKirill Primak-0/+1
2022-03-12Replace pcre with pcre2ndren-0/+1
Closes: https://github.com/swaywm/sway/issues/6838
2021-11-02Update URL to wlroots project (GitHub->GitLab)Manuel Stoeckl-1/+1
2021-06-30ci: make Meson warnings fatalSimon Ser-1/+1
New warnings can be hard to notice in CI, since CI will just pass in that case. Meson sometimes uses warnings for important mistakes, e.g. invalid option. Let's turn warnings into errors so that we can spot these more easily.
2021-04-14ci: Install libseatKenny Levinsen-0/+1
2021-03-30ci: add xcb-util-wm dependency for wlrootsSimon Ser-0/+1
This is now a mandatory dependency for wlroots.
2020-12-14ci: fix archlinux buildsRonan Pigott-1/+2
The "xorg-server-xwayland" package has become "xorg-xwayland" in Arch. Our egl requirement was previously satisfied by xorg-server-xwayland's dependency on libgl, which "xorg-xwayland" does not have. So add the libegl dependency as well.
2020-12-09build: introduce sd-bus-provider optionSimon Ser-1/+1
This allows to select a specific provider for the sd-bus library.
2020-04-08ci: don't build scdocSimon Ser-5/+1
scodc is now available in all distributions we have CI for.
2019-08-09Remove rootston from build manifests1.2-rc1Drew DeVault-1/+1
2019-04-25ci: enable all featuresSimon Ser-1/+1
If unspecified, feature options are set to "auto", which means enabled only if the required dependencies are found. In CI we don't want to miss compilation errors because a dependency hasn't been found and code isn't built. Leave FreeBSD out for now because it uses a subproject (haven't found a way to make auto_features=enabled only apply to the toplevel project).
2019-03-01ci: use scdoc-git because 1.9.1 is brokenemersion-1/+5
2019-02-19ci: add Alpine CIemersion-0/+30