summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-11-26 13:33:44 +0700
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 11:57:00 +0200
commitfdf3384f24f150f35ecb7f0a7f7270b4f58a53a4 (patch)
tree3d8bc709edeb298328de1e05f61f977da4b8c21d /meson_options.txt
parenta7b24ed03dd6a648e2fd26a6d998783a3fb6289a (diff)
downloadpulseaudio-fdf3384f24f150f35ecb7f0a7f7270b4f58a53a4.tar.gz
meson: Add systemduserunitdir option
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a550df2c4..7e5b4d073 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -30,6 +30,9 @@ option('pulsedspdir',
option('modlibexecdir',
type : 'string',
description : 'Specify location where modules will be installed')
+option('systemduserunitdir',
+ type : 'string',
+ description : 'Directory for systemd user service files')
option('bashcompletiondir',
type : 'string',
description : 'Directory for bash completion files')