X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fmvsam%2Fmeson.build;h=bf3c4323def49484183945f11b1cb71981ea08d3;hb=1d1126ad436e8c7c015fb3f67ad3af05c3b397d5;hp=c0c828fbf8514c133e1eec6595dfb999ddd97e9e;hpb=4ad4b20a79052d9c8062b64eaf0170c16a333ff8;p=dpdk.git diff --git a/drivers/crypto/mvsam/meson.build b/drivers/crypto/mvsam/meson.build index c0c828fbf8..bf3c4323de 100644 --- a/drivers/crypto/mvsam/meson.build +++ b/drivers/crypto/mvsam/meson.build @@ -3,6 +3,12 @@ # Copyright(c) 2018 Semihalf. # All rights reserved. +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 @@ -14,4 +20,4 @@ ext_deps += dep sources = files('rte_mrvl_pmd.c', 'rte_mrvl_pmd_ops.c') -deps += ['bus_vdev', 'common_mvep'] +deps += ['bus_vdev', 'common_mvep', 'security']