mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Fix pulsedspdir
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
cd1418222b
commit
a7b24ed03d
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ endif
|
|||
|
||||
pulsedspdir = get_option('pulsedspdir')
|
||||
if pulsedspdir == ''
|
||||
join_paths(libdir, 'pulseaudio')
|
||||
pulsedspdir = join_paths(libdir, 'pulseaudio')
|
||||
endif
|
||||
|
||||
vapidir = join_paths(datadir, 'vala', 'vapi')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue