aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-08-22 20:49:23 +1200
committerScott Anderson <scott@anderso.nz>2018-08-22 21:15:34 +1200
commit584a3f8b6e9e241bb8510d845bbed386294ad48f (patch)
treec83b59562924bdb27382aa9d1e7bced91e011db8 /meson_options.txt
parent560e96aa57dc746adcbd5297c3544edd16c0626e (diff)
Update examples to use new option
We use a dictionary to remove some code duplication.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 140459cb..360c6f6a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,3 @@
-option('enable-examples', type: 'boolean', value: true, description: 'Build example applications')
option('libcap', type: 'feature', value: 'auto', description: 'Enable support for rootless session via capabilities (cap_sys_admin)')
option('logind', type: 'feature', value: 'auto', description: 'Enable support for rootless session via logind')
option('logind-provider', type: 'combo', choices: ['systemd', 'elogind'], value: 'systemd', description: 'Provider of logind support library')