mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Disable alsa plugin on !Linux platforms.
It now includes Linux-specific headers.
This commit is contained in:
parent
8cd5d720bf
commit
01096bf669
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
if alsa_dep.found()
|
if alsa_dep.found() and host_machine.system() == 'linux'
|
||||||
subdir('alsa')
|
subdir('alsa')
|
||||||
endif
|
endif
|
||||||
if get_option('avb').require(host_machine.system() == 'linux', error_message: 'AVB support is only available on Linux').allowed()
|
if get_option('avb').require(host_machine.system() == 'linux', error_message: 'AVB support is only available on Linux').allowed()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue