mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Add udevrulesdir option
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
fdf3384f24
commit
8f336ede12
2 changed files with 8 additions and 0 deletions
|
|
@ -69,6 +69,11 @@ endif
|
|||
systemduserunitdir = get_option('systemduserunitdir')
|
||||
# the default value is set below
|
||||
|
||||
udevrulesdir = get_option('udevrulesdir')
|
||||
if udevrulesdir == ''
|
||||
udevrulesdir = join_paths('lib', 'udev', 'rules.d')
|
||||
endif
|
||||
|
||||
vapidir = join_paths(datadir, 'vala', 'vapi')
|
||||
|
||||
bashcompletiondir = get_option('bashcompletiondir')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue