X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fszedata2%2Fmeson.build;h=dd288bfac839ee9c2d7f2c7a21d4bc9e40d751f8;hb=d7ea27d065ebe3206c0739c67bf66510c0ac79a1;hp=b53fcbc591f3ea5fc559a1e8f0f7bc02a515a81a;hpb=07737474ece260fc4adbc46a0b2e7352887fa0c2;p=dpdk.git diff --git a/drivers/net/szedata2/meson.build b/drivers/net/szedata2/meson.build index b53fcbc591..dd288bfac8 100644 --- a/drivers/net/szedata2/meson.build +++ b/drivers/net/szedata2/meson.build @@ -1,7 +1,13 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation -dep = dependency('libsze2', required: false) +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + +dep = dependency('libsze2', required: false, method: 'pkg-config') build = dep.found() reason = 'missing dependency, "libsze2"' ext_deps += dep