summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ce293453..4babdd65 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -170,6 +170,15 @@ option(
description: 'Make pkg-config metadata relocatable'
)
+# Deliberately not named runstatedir to avoid colliding with
+# https://github.com/mesonbuild/meson/issues/4141
+option(
+ 'runtime_dir',
+ type: 'string',
+ value: '',
+ description: 'Directory for transient runtime state [default: LOCALSTATEDIR/run or /run]'
+)
+
option(
'selinux',
type: 'feature',