mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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
|
|
@ -1,4 +1,4 @@
|
|||
alsaconfdir = join_paths(pipewire_datadir, 'alsa', 'alsa.conf.d')
|
||||
alsaconfdir = pipewire_datadir / 'alsa' / 'alsa.conf.d'
|
||||
|
||||
install_data(['50-pipewire.conf', '99-pipewire-default.conf'],
|
||||
install_dir: alsaconfdir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue