We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29eac20 + a90705b commit 62181b9Copy full SHA for 62181b9
1 file changed
meson.build
@@ -45,6 +45,7 @@ conf.set('CONFIG_JSONC', json_c_dep.found(), description: 'Is json-c required?')
45
46
# Check for OpenSSL availability
47
openssl_dep = dependency('openssl',
48
+ version: '>=1.1.0',
49
required: get_option('openssl'),
50
fallback : ['openssl', 'openssl_dep'])
51
if openssl_dep.found()
0 commit comments