summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a49ab6938..b7ef83cfd 100644
--- a/meson.build
+++ b/meson.build
@@ -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')