]> git.droids-corp.org - dpdk.git/blobdiff - drivers/mempool/dpaa2/meson.build
common/dpaax: move OF library from DPAA bus
[dpdk.git] / drivers / mempool / dpaa2 / meson.build
index dee3a88aba37245146038b7982db25b7ad0c50f7..3d25ba06d9deb29f9898fbe86ec11a306829b032 100644 (file)
@@ -1,9 +1,15 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-if host_machine.system() != 'linux'
-        build = false
+version = 2
+
+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