2021-12-01.probe-for-jq.patch 416 B

123456789101112131415
  1. Subject: Probe for jq
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2021-12-01
  4. Forwarded: https://github.com/latchset/jose/issues/109
  5. --- a/meson.build
  6. +++ b/meson.build
  7. @@ -40,6 +40,7 @@
  8. jansson = dependency('jansson', version: '>=2.10')
  9. libcrypto = dependency('libcrypto', version: '>=1.0.2')
  10. a2x = find_program('a2x', required: false)
  11. +jq = find_program('jq', required: false)
  12. mans = []