]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/mvep/meson.build
vdpa/mlx5: add task ring for multi-thread management
[dpdk.git] / drivers / common / mvep / meson.build
index 863a20ab90daa7363b7e50f670e4c4372e97f51b..0e17e100cd62724bb993238100e7337e224b7ab2 100644 (file)
@@ -4,11 +4,17 @@
 # All rights reserved.
 #
 
-dep = dependency('libmusdk', required: false)
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
+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