From: nikstur Date: Tue, 26 May 2026 22:45:18 +0000 (+0200) Subject: meson: fix building without logind (#42324) X-Git-Tag: v261-rc3~70 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b4aff10ac0;p=thirdparty%2Fsystemd.git meson: fix building without logind (#42324) Otherwise you cannot build systemd (e.g. just the libs) without logind. Follow-up for 1f9fb6300b3294904e430ba78dd6c9a0fbf301fe --- diff --git a/src/test/meson.build b/src/test/meson.build index 490b9b7d0dc..ca2c96e94d8 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -498,6 +498,7 @@ executables += [ test_template + { 'sources' : files('test-varlink-idl-login.c'), 'objects' : ['systemd-logind'], + 'conditions' : ['ENABLE_LOGIND'], }, test_template + { 'sources' : files('test-watchdog.c'),