From 02b4f28bd34f265c3c84970eb96d2d4de91daa5d Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 13 Feb 2023 15:46:42 +0100 Subject: [PATCH] meson: Add option basu for DBus Basu[1] is the sd-bus library, extracted from systemd. This is used on systems that aren't running (e)logind. [1]: https://git.sr.ht/~emersion/basu --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 11aa0be..286889e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,7 +13,7 @@ option('systemd', option('libsystemd', description: 'Libsystemd provider (libsystemd or libelogind)', type: 'combo', - choices: [ 'libsystemd', 'libelogind' ], + choices: [ 'libsystemd', 'libelogind', 'basu'], value: 'libsystemd') option('systemd_system_unit_dir', description: 'Directory for systemd service files',