buildtools: add ABI version update script
[dpdk.git] / drivers / net / af_xdp / meson.build
index ac679b9..307aa0e 100644 (file)
@@ -10,7 +10,6 @@ endif
 
 if bpf_dep.found() and cc.has_header('bpf/xsk.h') and cc.has_header('linux/if_xdp.h')
        ext_deps += bpf_dep
-       pkgconfig_extra_libs += '-lbpf'
 else
        build = false
        reason = 'missing dependency, "libbpf"'