diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-12-02 23:48:11 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-12-02 23:48:11 +0100 |
| commit | b2012933f5abe7550a7279d3f3d1800c3b0369b1 (patch) | |
| tree | cb669041ca63b772bd09f89dabf27d26afd1f07a /meson_options.txt | |
| parent | 6a07b99d75413bf486ef3110340adaa86aed4237 (diff) | |
build: add basu as sd-bus provider
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 66c6d268..e36900b6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,4 +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') +option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind', 'basu'], value: 'auto', description: 'Provider of the sd-bus library') |
