]> git.droids-corp.org - dpdk.git/blobdiff - drivers/mempool/dpaa2/meson.build
build: disable experimental API check internally
[dpdk.git] / drivers / mempool / dpaa2 / meson.build
index 8b8b5186b3216fd68d21ff63638e4c3689664e26..df299a0456043aeb81ed758ada76f05f5f5598c5 100644 (file)
@@ -1,12 +1,10 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-if host_machine.system() != 'linux'
-        build = false
+if not is_linux
+       build = false
+       reason = 'only supported on linux'
 endif
 
-deps += ['mbuf', 'bus_fslmc']
+deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
-
-# depends on fslmc bus which uses experimental API
-allow_experimental_apis = true