We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ec6a1 commit 4ae0974Copy full SHA for 4ae0974
lib/meson.build
@@ -12,7 +12,7 @@ libm_dep = cc.find_library('m', required : true)
12
libpthread_dep = cc.find_library('pthread', required : true)
13
libdl_dep = cc.find_library('dl', required : true)
14
if not is_windows
15
- dpdk_dep = dependency('libdpdk', required : true)
+ dpdk_dep = dependency('libdpdk', version: '>=25.03', required: true)
16
libnuma_dep = cc.find_library('numa', required : true)
17
ws2_32_dep = [] # add this when the code uses hton/ntoh
18
endif
0 commit comments