mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-21 05:33:49 -04:00
meson: move some filter-graph deps to spa
The filter-graph deps can now be in spa meson
This commit is contained in:
parent
507ec0b39a
commit
2b24b27f7f
2 changed files with 6 additions and 5 deletions
|
|
@ -111,6 +111,12 @@ if get_option('spa-plugins').allowed()
|
|||
cdata.set('HAVE_LIBUDEV', libudev_dep.found())
|
||||
summary({'Udev': libudev_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
|
||||
libmysofa_dep = dependency('libmysofa', required : get_option('libmysofa'))
|
||||
summary({'libmysofa': libmysofa_dep.found()}, bool_yn: true, section: 'filter-graph')
|
||||
|
||||
lilv_lib = dependency('lilv-0', required: get_option('lv2'))
|
||||
summary({'lilv (for lv2 plugins)': lilv_lib.found()}, bool_yn: true, section: 'filter-graph')
|
||||
|
||||
cdata.set('HAVE_SPA_PLUGINS', '1')
|
||||
subdir('plugins')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue