mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
More readable and from the meson reference manual: (since 0.49.0) Using the/ operator on strings is equivalent to calling join_paths.
5 lines
151 B
Meson
5 lines
151 B
Meson
alsaconfdir = pipewire_datadir / 'alsa' / 'alsa.conf.d'
|
|
|
|
install_data(['50-pipewire.conf', '99-pipewire-default.conf'],
|
|
install_dir: alsaconfdir,
|
|
)
|