pulseaudio/src/modules/alsa/mixer/meson.build
Arun Raghavan 37dbeae031 build-sys: Fix up meson install paths
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.
2019-06-06 18:49:59 +02:00

7 lines
116 B
Meson

install_subdir('paths',
install_dir : alsadatadir
)
install_subdir('profile-sets',
install_dir : alsadatadir
)