aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-12-02 23:46:49 +0100
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-12-09 17:39:20 -0500
commitfdbe98512a71524091375290ca2c1c9450e4db84 (patch)
tree1d97201175819f43afa67aa642be8d2a7a48ec18 /meson_options.txt
parentbuild: use WLR_HAS_* to decide whether suid is required (diff)
downloadsway-fdbe98512a71524091375290ca2c1c9450e4db84.tar.gz
sway-fdbe98512a71524091375290ca2c1c9450e4db84.tar.zst
sway-fdbe98512a71524091375290ca2c1c9450e4db84.zip
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.txt1
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
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')