mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
filter-chain: disable lilv code when not available
This commit is contained in:
parent
597b332666
commit
bcd867f8eb
2 changed files with 5 additions and 0 deletions
|
|
@ -432,6 +432,9 @@ summary({'OpenSSL (for raop-sink)': openssl_lib.found()}, bool_yn: true)
|
|||
|
||||
lilv_lib = dependency('lilv-0', required: get_option('lv2'))
|
||||
summary({'lilv (for lv2 plugins)': lilv_lib.found()}, bool_yn: true)
|
||||
if lilv_lib.found()
|
||||
cdata.set('HAVE_LILV', 1)
|
||||
endif
|
||||
|
||||
installed_tests_metadir = pipewire_datadir / 'installed-tests' / pipewire_name
|
||||
installed_tests_execdir = pipewire_libexecdir / 'installed-tests' / pipewire_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue