net/mvpp2: update start header name in config file
[dpdk.git] / drivers / net / mvpp2 / meson.build
index 3015a55..bfda543 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"'