summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-11-30 16:49:10 +0100
committerBenjamin Berg <bberg@redhat.com>2019-11-30 19:31:21 +0100
commit791200e749f069087d040fd6248be636de539e44 (patch)
tree413353082714200030a2908e1549625bed52c538 /meson_options.txt
parent5331b019c572de39be6242a58bd613e81de49df6 (diff)
downloadgnome-desktop-791200e749f069087d040fd6248be636de539e44.tar.gz
systemd: Add utility function to start a transient systemd scope
In a systemd world, it is often a good idea to move launched applications outside of the own unit into one of their own. This helper allows to do so in a safe and consistent way.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e3402a11..c0fea3f8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -21,6 +21,10 @@ option('udev',
type: 'feature', description: 'Udev support'
)
+option('systemd',
+ type: 'feature', description: 'Systemd integration support'
+)
+
option('gtk_doc',
type: 'boolean', value: false, description: 'Build API reference'
)