Skip to content

Commit 5fdc167

Browse files
committed
build: Depend on libssl when using the fallback dependency
libnvme doesn't depend on the openssl application. Update the fallback dependency to libssl. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 40b20a7 commit 5fdc167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ conf.set('CONFIG_JSONC', json_c_dep.found(), description: 'Is json-c required?')
5050
openssl_dep = dependency('openssl',
5151
version: '>=1.1.0',
5252
required: get_option('openssl'),
53-
fallback : ['openssl', 'openssl_dep'])
53+
fallback : ['openssl', 'libssl_dep'])
5454
if openssl_dep.found()
5555
conf.set('CONFIG_OPENSSL', true, description: 'Is OpenSSL available?')
5656
conf.set('CONFIG_OPENSSL_1',

0 commit comments

Comments
 (0)