net/i40e: fix parsing packet type for NEON
[dpdk.git] / drivers / net / enetc / meson.build
index 3bc0698..850307c 100644 (file)
@@ -3,9 +3,10 @@
 
 if not is_linux
        build = false
-       reason = 'only supported on linux'
+       reason = 'only supported on Linux'
 endif
 
+deps += ['common_dpaax']
 sources = files('enetc_ethdev.c',
                'enetc_rxtx.c')