common/mlx5: fix user mode register access command
[dpdk.git] / lib / librte_eal / meson.build
index 9d219a0..8d49289 100644 (file)
@@ -6,13 +6,19 @@ subdir('include')
 
 subdir('common')
 
+if not is_windows
+       subdir('unix')
+endif
+
 dpdk_conf.set('RTE_EXEC_ENV_' + exec_env.to_upper(), 1)
 subdir(exec_env)
 
 subdir(arch_subdir)
 
-allow_experimental_apis = true
-deps += 'kvargs'
+deps += ['kvargs']
+if not is_windows
+       deps += ['telemetry']
+endif
 if dpdk_conf.has('RTE_USE_LIBBSD')
        ext_deps += libbsd
 endif