mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-02-04 04:50:26 +01:00
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:
parent
eeaacececf
commit
02b4f28bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue