event/octeontx2: fix crypto adapter queue pair operations
[dpdk.git] / drivers / crypto / mvsam / meson.build
index 384eacf..c0c828f 100644 (file)
@@ -3,11 +3,11 @@
 # Copyright(c) 2018 Semihalf.
 # All rights reserved.
 
-dep = dependency('libmusdk', required: false)
+dep = dependency('libmusdk', required: false, method: 'pkg-config')
 if not dep.found()
-       build = false
-       reason = 'missing dependency, "libmusdk"'
-       subdir_done()
+    build = false
+    reason = 'missing dependency, "libmusdk"'
+    subdir_done()
 endif
 
 ext_deps += dep