|
- --- jalv-1.6.8.orig/meson.build
- +++ jalv-1.6.8/meson.build
- @@ -45,9 +45,14 @@ endif
- #######################
-
- m_dep = cc.find_library('m', required: false)
- +dl_dep = cc.find_library('dl', required: false)
-
- thread_dep = dependency('threads')
-
- +zix_dep = dependency('zix-0',
- + version: '>= 0.4.0',
- + fallback: ['zix', 'zix_dep'])
- +
- serd_dep = dependency('serd-0',
- version: '>= 0.30.0',
- fallback: ['serd', 'serd_dep'])
- @@ -233,6 +238,8 @@ common_dependencies = [
- sratom_dep,
- suil_dep,
- thread_dep,
- + zix_dep,
- + dl_dep,
- ]
-
- # Internal JACK client library
|