diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-12-02 23:46:49 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-12-02 23:46:49 +0100 |
| commit | 6a07b99d75413bf486ef3110340adaa86aed4237 (patch) | |
| tree | 1d97201175819f43afa67aa642be8d2a7a48ec18 /meson_options.txt | |
| parent | e4a0ebce65ce46bba1b7a008046573a0682057eb (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') |
