doc: update release notes for Windows support
[dpdk.git] / drivers / crypto / dpaa2_sec / meson.build
index 0fb4d96..d197cda 100644 (file)
@@ -1,11 +1,13 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-if host_machine.system() != 'linux'
+version = 2
+
+if not is_linux
         build = false
 endif
 
-deps += ['bus_fslmc', 'security', 'mempool_dpaa2']
+deps += ['security', 'mempool_dpaa2']
 sources = files('dpaa2_sec_dpseci.c',
                'mc/dpseci.c')