aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-12-02 23:48:11 +0100
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-12-09 17:39:20 -0500
commita52176f83035e98dd5487e3373ee2c52c8890c8d (patch)
treecb669041ca63b772bd09f89dabf27d26afd1f07a /meson_options.txt
parentbuild: introduce sd-bus-provider option (diff)
downloadsway-a52176f83035e98dd5487e3373ee2c52c8890c8d.tar.gz
sway-a52176f83035e98dd5487e3373ee2c52c8890c8d.tar.zst
sway-a52176f83035e98dd5487e3373ee2c52c8890c8d.zip
build: add basu as sd-bus provider
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
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
6option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray') 6option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray')
7option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg') 7option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg')
8option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') 8option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
9option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind'], value: 'auto', description: 'Provider of the sd-bus library') 9option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind', 'basu'], value: 'auto', description: 'Provider of the sd-bus library')