event/dlb2: add v2.5 queue unmap
[dpdk.git] / drivers / mempool / dpaa / meson.build
index c4c8ebc..c4e9994 100644 (file)
@@ -2,11 +2,9 @@
 # Copyright 2018 NXP
 
 if not is_linux
-        build = false
+    build = false
+    reason = 'only supported on Linux'
 endif
 
 deps += ['bus_dpaa']
 sources = files('dpaa_mempool.c')
-
-# depends on dpaa bus which uses experimental API
-allow_experimental_apis = true