build: increase readability via shortcut variables
[dpdk.git] / drivers / crypto / dpaa2_sec / meson.build
index 01afc58..d197cda 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