diff options
author | Simon Ser <contact@emersion.fr> | 2020-12-02 23:46:49 +0100 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2020-12-09 17:39:20 -0500 |
commit | fdbe98512a71524091375290ca2c1c9450e4db84 (patch) | |
tree | 1d97201175819f43afa67aa642be8d2a7a48ec18 /meson_options.txt | |
parent | 968c005760b6465306e3499b8a7e3e8c2d67dac1 (diff) |
build: introduce sd-bus-provider option
This allows to select a specific provider for the sd-bus library.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d3667acf..66c6d268 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,3 +6,4 @@ option('xwayland', type: 'feature', value: 'auto', description: 'Enable support option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray') option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg') option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') +option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind'], value: 'auto', description: 'Provider of the sd-bus library') |