mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: use libonnxruntime so that the .pc file can be found
This commit is contained in:
parent
ae226a12b6
commit
efa4d31cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ if get_option('spa-plugins').allowed()
|
|||
|
||||
summary({'ffmpeg': avfilter_dep.found()}, bool_yn: true, section: 'filter-graph')
|
||||
|
||||
onnxruntime_dep = dependency('onnxruntime', required: get_option('onnxruntime'))
|
||||
onnxruntime_dep = dependency('libonnxruntime', required: get_option('onnxruntime'))
|
||||
summary({'onnxruntime': onnxruntime_dep.found()}, bool_yn: true, section: 'filter-graph')
|
||||
|
||||
cdata.set('HAVE_SPA_PLUGINS', true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue