aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorScott Moreau <oreaus@gmail.com>2020-03-23 20:45:36 -0600
committerDrew DeVault <sir@cmpwn.com>2020-03-24 14:11:39 +0100
commit30308e35fac0491ab777495e2ee7e472378d375a (patch)
tree91f3bf5f3381bef2441a3e467282ebbc782e5c1e /.builds
parent8707a9b7ecbba0321804604d9ea954a46ecced21 (diff)
build: Add 'auto' to logind-provider combo option
The logind provider defaulted to systemd and in order to use elogind, -Dlogin-provider=elogind was required. This adds 'auto' as a choice for the login-provider option and sets it as default. Using 'auto', the build will check for systemd first and if it's not found, try to find and use elogind automatically.
Diffstat (limited to '.builds')
-rw-r--r--.builds/archlinux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index 47551002..11f0baaf 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -18,8 +18,8 @@ sources:
tasks:
- setup: |
cd wlroots
- CC=gcc meson build-gcc -Dauto_features=enabled
- CC=clang meson build-clang -Dauto_features=enabled
+ CC=gcc meson build-gcc -Dauto_features=enabled -Dlogind-provider=systemd
+ CC=clang meson build-clang -Dauto_features=enabled -Dlogind-provider=systemd
- gcc: |
cd wlroots/build-gcc
ninja