net/qede/base: update FW to 8.40.25.0
[dpdk.git] / drivers / net / af_xdp / meson.build
index 7904840..307aa0e 100644 (file)
@@ -10,7 +10,7 @@ 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"'
 endif