build: disable experimental API check internally
[dpdk.git] / drivers / mempool / dpaa2 / meson.build
index 3d25ba0..df299a0 100644 (file)
@@ -1,8 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-version = 2
-
 if not is_linux
        build = false
        reason = 'only supported on linux'
@@ -10,6 +8,3 @@ endif
 
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
-
-# depends on fslmc bus which uses experimental API
-allow_experimental_apis = true