mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Enable AVB on Linux only.
This commit is contained in:
parent
25b2f316f0
commit
4a0395d23e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
if alsa_dep.found()
|
||||
subdir('alsa')
|
||||
endif
|
||||
if get_option('avb').allowed()
|
||||
if get_option('avb').require(build_machine.system() == 'linux', error_message: 'AVB support is only available on Linux').allowed()
|
||||
subdir('avb')
|
||||
endif
|
||||
if get_option('audioconvert').allowed()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue