summaryrefslogtreecommitdiffstats
path: root/libs/jose/patches/010-disable-asciidoc-man.patch
blob: 4da0788877ffc644e09db95dcc8597b606e1eeab (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/meson.build
+++ b/meson.build
@@ -39,7 +39,7 @@ zlib = dependency('zlib')
 threads = dependency('threads')
 jansson = dependency('jansson', version: '>=2.10')
 libcrypto = dependency('libcrypto', version: '>=1.0.2')
-a2x = find_program('a2x', required: false)
+a2x = disabler()
 
 mans = []