summaryrefslogtreecommitdiff
path: root/meson_options.txt
AgeCommit message (Collapse)AuthorFilesLines
2023-02-13meson: Add option basu for DBusHugo Osvaldo Barrera1-1/+1
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
2022-05-24meson: Add option to use libelogind for DBusBenjamin Berg1-0/+5
Co-authored-by: Matthew Thode <prometheanfire@gentoo.org> Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
2020-12-11build: make systemd dependency optionalDudemanguy1-0/+4
The systemd dependency is only used to install some systemd service files. This can easily be made optional.
2020-02-10build: Make pam module installation dir configurableBastien Nocera1-0/+3
And avoid treating "libdir" as an absolute path, the documentation clearly states that it is "relative to the prefix". Based on patch by Timothy Gu <timothygu99@gmail.com>
2020-02-05build: Add meson build systemMarco Trevisan (TreviƱo)1-0/+18
Reuse the generated dbus interface .xml files from fprintd to avoid unnecessary copies.