]> git.droids-corp.org - dpdk.git/blobdiff - app/test/meson.build
build: always link whole DPDK static libraries
[dpdk.git] / app / test / meson.build
index 10f23d53b8a2934e06637cc55958cfbbe00d2057..b224d6f2bbdef324d0293c4fc45e0639fa24a37e 100644 (file)
@@ -417,7 +417,7 @@ test_dep_objs += cc.find_library('execinfo', required: false)
 link_libs = []
 link_nodes = []
 if get_option('default_library') == 'static'
 link_libs = []
 link_nodes = []
 if get_option('default_library') == 'static'
-       link_libs = dpdk_drivers
+       link_libs = dpdk_static_libraries + dpdk_drivers
        link_nodes = dpdk_graph_nodes
 endif
 
        link_nodes = dpdk_graph_nodes
 endif