build: align wording of non-support reasons
[dpdk.git] / drivers / mempool / dpaa / meson.build
index c4c8ebc..09f5295 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