Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libm_dep = cc.find_library('m', required : true)
libpthread_dep = cc.find_library('pthread', required : true)
libdl_dep = cc.find_library('dl', required : true)
if not is_windows
dpdk_dep = dependency('libdpdk', version: '>=25.03', required: true)
dpdk_dep = dependency('libdpdk', version: '>=25.11', required: true)
libnuma_dep = cc.find_library('numa', required : true)
ws2_32_dep = [] # add this when the code uses hton/ntoh
endif
Expand Down
Loading