build: build as both static and shared libs
[dpdk.git] / drivers / net / i40e / base / meson.build
index 8b491ad..9128a9c 100644 (file)
@@ -51,6 +51,6 @@ foreach flag: error_cflags
 endforeach
 
 base_lib = static_library('i40e_base', sources,
-       dependencies: dep_rte_eal,
+       dependencies: static_rte_eal,
        c_args: c_args)
 base_objs = base_lib.extract_all_objects()