mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
meson: Install ALSA udevrules
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
8146f87808
commit
5084dbd96a
1 changed files with 10 additions and 0 deletions
|
|
@ -36,4 +36,14 @@ libalsa_util = shared_library('libalsa_util',
|
|||
install_dir : modlibexecdir,
|
||||
)
|
||||
|
||||
alsa_udevrules = [
|
||||
'90-pulseaudio.rules',
|
||||
]
|
||||
|
||||
if udev_dep.found()
|
||||
install_data(alsa_udevrules,
|
||||
install_dir : udevrulesdir,
|
||||
)
|
||||
endif
|
||||
|
||||
subdir('mixer')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue