alsa: install conf files

This commit is contained in:
Wim Taymans 2020-05-02 10:42:44 +02:00
parent 7a7527bc90
commit b9bb318cb7
2 changed files with 6 additions and 0 deletions

View file

@ -273,6 +273,7 @@ endif
if get_option('pipewire-alsa') if get_option('pipewire-alsa')
subdir('pipewire-alsa/alsa-plugins') subdir('pipewire-alsa/alsa-plugins')
subdir('pipewire-alsa/conf')
endif endif
if get_option('docs') if get_option('docs')

View file

@ -0,0 +1,5 @@
alsaconfdir = join_paths(pipewire_datadir, 'alsa', 'alsa.conf.d')
install_data(['50-pipewire.conf', '99-pipewire-default.conf'],
install_dir: alsaconfdir,
)