mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-18 06:46:28 -04:00
milan-avb: pw-avb-virtual: activate only when necessary
This commit is contained in:
parent
c3c74257fa
commit
4b886d07f7
3 changed files with 6 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ if build_pw_cat
|
|||
summary({'Build pw-cat with FFmpeg integration': build_pw_cat_with_ffmpeg}, bool_yn: true, section: 'pw-cat/pw-play/pw-dump tool')
|
||||
endif
|
||||
|
||||
build_avb_virtual = get_option('avb').require(
|
||||
build_avb_virtual = get_option('avb-virtual').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