From 30308e35fac0491ab777495e2ee7e472378d375a Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Mon, 23 Mar 2020 20:45:36 -0600 Subject: 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. --- .builds/archlinux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.builds') 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 -- cgit v1.2.3