]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/dpaa2_sec/meson.build
build: increase readability via shortcut variables
[dpdk.git] / drivers / crypto / dpaa2_sec / meson.build
index 01afc5877b1b69cc896b4134edd890c7d2c4b96f..d197cda1afda47a763a40b3a2eaa8b2a90818d59 100644 (file)
@@ -1,7 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-if host_machine.system() != 'linux'
+version = 2
+
+if not is_linux
         build = false
 endif