]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/ccp/meson.build
eal/windows: add missing SPDX license tag
[dpdk.git] / drivers / crypto / ccp / meson.build
index a0e0b379eb31f4e27ceed24f5fa7272177539e08..ff66427ae88a6193a6228db91554d26b99225f55 100644 (file)
@@ -5,7 +5,7 @@ if not is_linux
        build = false
        reason = 'only supported on Linux'
 endif
        build = false
        reason = 'only supported on Linux'
 endif
-dep = dependency('libcrypto', required: false)
+dep = dependency('libcrypto', required: false, method: 'pkg-config')
 if not dep.found()
        build = false
        reason = 'missing dependency, "libcrypto"'
 if not dep.found()
        build = false
        reason = 'missing dependency, "libcrypto"'