community/bpftrace: add libbpf as dependency
This allows bpftrace to use libbpf features such as BTF
can be tested to work with bpftrace --info
; in particular the build section should end like this:
libbpf: yes
libbpf btf dump: yes
libbpf btf dump type decl: yes
On my (custom w/ BTF) kernel this also magically turns almost everything to yes down the line, without installing kernel headers -- I'll open an issue to discuss how to move forward with that :)
Cc @acj (maintainer)