mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
avb: remove libavtp dependency
This commit is contained in:
parent
c79fddf007
commit
af4875eb47
7 changed files with 270 additions and 75 deletions
|
|
@ -77,9 +77,6 @@ if get_option('spa-plugins').allowed()
|
|||
libudev_dep = dependency('libudev', required: alsa_dep.found() or get_option('udev').enabled() or get_option('v4l2').enabled())
|
||||
summary({'Udev': libudev_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
|
||||
libavtp_dep = dependency('avtp', required: get_option('avb'))
|
||||
summary({'libavtp': libavtp_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
|
||||
subdir('plugins')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue