meson: use libonnxruntime so that the .pc file can be found

This commit is contained in:
Wim Taymans 2025-07-17 14:02:19 +02:00
parent ae226a12b6
commit efa4d31cfb

View file

@ -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)