net/sfc: fix reported promiscuous/multicast mode
[dpdk.git] / lib / librte_eventdev / meson.build
index 6becfe8..02ac61a 100644 (file)
@@ -1,10 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 6
 allow_experimental_apis = true
 
-if host_machine.system() == 'linux'
+if is_linux
        cflags += '-DLINUX'
 else
        cflags += '-DBSD'