mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
Brings things in line with the autotools build, and adds ALSA mixer paths and profile-sets into the meson build system as well. The module installation path is also now customisable.
7 lines
116 B
Meson
7 lines
116 B
Meson
install_subdir('paths',
|
|
install_dir : alsadatadir
|
|
)
|
|
|
|
install_subdir('profile-sets',
|
|
install_dir : alsadatadir
|
|
)
|