External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
655B

  1. --- jalv-1.6.8.orig/meson.build
  2. +++ jalv-1.6.8/meson.build
  3. @@ -45,9 +45,14 @@ endif
  4. #######################
  5. m_dep = cc.find_library('m', required: false)
  6. +dl_dep = cc.find_library('dl', required: false)
  7. thread_dep = dependency('threads')
  8. +zix_dep = dependency('zix-0',
  9. + version: '>= 0.4.0',
  10. + fallback: ['zix', 'zix_dep'])
  11. +
  12. serd_dep = dependency('serd-0',
  13. version: '>= 0.30.0',
  14. fallback: ['serd', 'serd_dep'])
  15. @@ -233,6 +238,8 @@ common_dependencies = [
  16. sratom_dep,
  17. suil_dep,
  18. thread_dep,
  19. + zix_dep,
  20. + dl_dep,
  21. ]
  22. # Internal JACK client library