mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
meson: replace join_paths(a, b) with a / b
More readable and from the meson reference manual: (since 0.49.0) Using the/ operator on strings is equivalent to calling join_paths.
This commit is contained in:
parent
2f78829fda
commit
223f20709d
34 changed files with 98 additions and 98 deletions
|
|
@ -71,4 +71,4 @@ bluez5lib = shared_library('spa-bluez5',
|
|||
c_args : bluez5_args,
|
||||
dependencies : bluez5_deps,
|
||||
install : true,
|
||||
install_dir : join_paths(spa_plugindir, 'bluez5'))
|
||||
install_dir : spa_plugindir / 'bluez5')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue