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
This commit is contained in:
Hugo Osvaldo Barrera 2023-02-13 15:46:42 +01:00
parent eeaacececf
commit 02b4f28bd3

View file

@ -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',