mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
meson: Create bindir and libdir variables
This is to avoid using the construct 'join_paths(prefix, get_option(...))' everywhere in the meson files. It's better to settle the paths question once and for all at the beginning. Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
1e86d616f5
commit
ea92c28218
3 changed files with 7 additions and 5 deletions
|
|
@ -82,6 +82,6 @@ if cc.has_header('sys/soundcard.h')
|
|||
output : 'padsp',
|
||||
configuration : cdata,
|
||||
install : true,
|
||||
install_dir : join_paths(prefix, get_option('bindir')),
|
||||
install_dir : bindir,
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue