aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
Commit message (Collapse)AuthorAge
* sway/commands/output: Add command to set color profileLibravatar Manuel Stoeckl2024-06-07
| | | | | This makes it possible to render output buffers in a different color space, by specifying an ICC profile for the output.
* build: drop xwayland optionLibravatar Simon Ser2024-05-21
| | | | | | | | | | | | | | | | | | Instead of having a build-time option to enable/disable xwayland support, just use the wlroots build config: enable xwayland in Sway if it was enabled when building wlroots. I don't see any use-case for disabling xwayland in Sway when enabled in wlroots: Sway doesn't pull in any additional dependency (just pulls in dependencies that wlroots already needs). We have a config command to disable xwayland at runtime anyways. This makes it so xwayland behaves the same way as other features such as libinput backend and session support. This also reduces the build matrix (less combinations of build options). I think we originally introduced the xwayland option when we didn't have a good way to figure out the wlroots build config from the Sway build system.
* ci: add libdisplay-info dependencyLibravatar Simon Zeni2023-02-28
|
* ci: install hwdata-dev on AlpineLibravatar Simon Ser2023-02-04
| | | | We're missing the pkg-config file so the DRM backend gets disabled.
* ci: install Xwayland .pc fileLibravatar Simon Ser2022-12-08
| | | | See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3621
* ci: install hwdataLibravatar Kirill Primak2022-11-09
|
* Replace pcre with pcre2Libravatar ndren2022-03-12
| | | Closes: https://github.com/swaywm/sway/issues/6838
* Update URL to wlroots project (GitHub->GitLab)Libravatar Manuel Stoeckl2021-11-02
|
* ci: make Meson warnings fatalLibravatar Simon Ser2021-06-30
| | | | | | | | 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.
* ci: Test wlroots static linkingLibravatar Kenny Levinsen2021-06-23
|
* ci: Install libseatLibravatar Kenny Levinsen2021-04-14
|
* ci: add xcb-util-wm dependency for wlrootsLibravatar Simon Ser2021-03-30
| | | | This is now a mandatory dependency for wlroots.
* ci: Update alpine xwayland package nameLibravatar Kenny Levinsen2021-03-20
|
* ci: enable basu on freebsdLibravatar Jan Beich2020-12-29
|
* ci: fix archlinux buildsLibravatar Ronan Pigott2020-12-14
| | | | | | | 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.
* build: introduce sd-bus-provider optionLibravatar Simon Ser2020-12-09
| | | | This allows to select a specific provider for the sd-bus library.
* ci: remove epoll-shim hardcoded pkg-config fileLibravatar Simon Ser2020-04-08
| | | | The upstream package now provides one.
* ci: don't build scdocLibravatar Simon Ser2020-04-08
| | | | scodc is now available in all distributions we have CI for.
* Remove rootston from build manifests1.2-rc1Libravatar Drew DeVault2019-08-09
|
* ci: enable all featuresLibravatar Simon Ser2019-04-25
| | | | | | | | | 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).
* ci: use scdoc-git because 1.9.1 is brokenLibravatar emersion2019-03-01
|
* ci: add FreeBSDLibravatar emersion2019-02-19
|
* ci: add Alpine CILibravatar emersion2019-02-19