build: disable experimental API check internally
[dpdk.git] / lib / librte_eventdev / meson.build
index 6becfe8..16d8240 100644 (file)
@@ -1,10 +1,7 @@
 # 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'