mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-14 05:34:06 -04:00
spa/plugins: revert "Disable alsa plugin on !Linux platforms."
This reverts commit 01096bf669.
The linux-specific headers are gone, it builds fine now with alsa enabled.
This commit is contained in:
parent
9495e2b8a9
commit
a671625637
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
if alsa_dep.found() and host_machine.system() == 'linux'
|
||||
if alsa_dep.found()
|
||||
subdir('alsa')
|
||||
endif
|
||||
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