summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 000000000..233a1846b
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,13 @@
+option('system_user',
+ type : 'string', value : 'pulse',
+ description : 'User for running the PulseAudio daemon as a system-wide instance (pulse)')
+option('system_group',
+ type : 'string', value : 'pulse',
+ description : 'Group for running the PulseAudio daemon as a system-wide instance (pulse)')
+option('access_group',
+ type : 'string', value : 'pulse-access',
+ description : 'Group which is allowed access to a system-wide PulseAudio daemon (pulse-access)')
+option('database',
+ type : 'combo', value : 'tdb',
+ choices : [ 'gdbm', 'tdb', 'simple' ],
+ description : 'Database backend')