]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mvneta/meson.build
net/i40e: fix parsing packet type for NEON
[dpdk.git] / drivers / net / mvneta / meson.build
index c887ddc104f3e9040de504267bdb0177c0b400ca..0be7b3d8bab8235214e0a0af410df0342da1f982 100644 (file)
@@ -3,7 +3,13 @@
 # Copyright(c) 2018 Semihalf.
 # 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"'