Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 814458
Collapse All | Expand All

(-)qemu-6.1.0/meson.build.old (-1 / +1 lines)
Lines 1140-1146 Link Here
1140
endif
1140
endif
1141
1141
1142
# libbpf
1142
# libbpf
1143
libbpf = dependency('libbpf', required: get_option('bpf'), method: 'pkg-config')
1143
libbpf = dependency('libbpf', required: get_option('bpf'), method: 'pkg-config',kwargs: static_kwargs)
1144
if libbpf.found() and not cc.links('''
1144
if libbpf.found() and not cc.links('''
1145
   #include <bpf/libbpf.h>
1145
   #include <bpf/libbpf.h>
1146
   int main(void)
1146
   int main(void)

Return to bug 814458