meson: Add systemduserunitdir option

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-26 13:33:44 +07:00 committed by Arun Raghavan
parent a7b24ed03d
commit fdf3384f24
5 changed files with 17 additions and 7 deletions

View file

@ -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')