]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/dpaa/meson.build
pipeline: add check against loops
[dpdk.git] / drivers / event / dpaa / meson.build
index b74f3bf323db8655020e7b37b3d894769761d83d..4d7d0021ad63ec5eea1a2ca70b6a6a59105cccb0 100644 (file)
@@ -2,11 +2,10 @@
 # Copyright 2018 NXP
 
 if not is_linux
-       build = false
-       reason = 'only supported on linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
-deps += ['pmd_dpaa', 'pmd_dpaa_sec']
+deps += ['net_dpaa', 'crypto_dpaa_sec']
 sources = files('dpaa_eventdev.c')
 
-allow_experimental_apis = true
 includes += include_directories('../../crypto/dpaa_sec/')