mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Fix udevrulesdir
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
aa7da46717
commit
091906cb03
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ systemduserunitdir = get_option('systemduserunitdir')
|
|||
|
||||
udevrulesdir = get_option('udevrulesdir')
|
||||
if udevrulesdir == ''
|
||||
udevrulesdir = join_paths('lib', 'udev', 'rules.d')
|
||||
# absolute path, otherwise meson prepends the prefix
|
||||
udevrulesdir = '/lib/udev/rules.d'
|
||||
endif
|
||||
|
||||
vapidir = join_paths(datadir, 'vala', 'vapi')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue