We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78db2c commit 0e0b286Copy full SHA for 0e0b286
contrib/plugins/bap-tracing/meson.build
@@ -31,7 +31,11 @@ frame_proto_src = custom_target(
31
)
32
33
libprotobuf = dependency('libprotobuf-c')
34
-frame_protobuf = static_library('protobuf', [frame_proto_src], pic: true)
+frame_protobuf = static_library(
35
+ 'protobuf',
36
+ [frame_proto_src],
37
+ dependencies: [libprotobuf],
38
+ pic: true)
39
dep_libprotobuf = declare_dependency(
40
sources : [frame_proto_src, frame_arch_h],
41
link_with : [frame_protobuf],
0 commit comments