Skip to content

Commit 0e0b286

Browse files
committed
fix frame_protobuf library
1 parent f78db2c commit 0e0b286

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contrib/plugins/bap-tracing/meson.build

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ frame_proto_src = custom_target(
3131
)
3232

3333
libprotobuf = dependency('libprotobuf-c')
34-
frame_protobuf = static_library('protobuf', [frame_proto_src], pic: true)
34+
frame_protobuf = static_library(
35+
'protobuf',
36+
[frame_proto_src],
37+
dependencies: [libprotobuf],
38+
pic: true)
3539
dep_libprotobuf = declare_dependency(
3640
sources : [frame_proto_src, frame_arch_h],
3741
link_with : [frame_protobuf],

0 commit comments

Comments
 (0)