summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-09-25 15:34:22 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-09-25 18:52:13 +0200
commit4028786d3cd9cc2478b0e33ade914ae2231444d0 (patch)
tree85c36a1c5469970a8d27cf7f6cbf18136b7b26a8
parent75abbf5e3d76b8f588fb999554df1c17783e6043 (diff)
downloadjustbuild-4028786d3cd9cc2478b0e33ade914ae2231444d0.tar.gz
Fix pkg-config name for libprotobuf
-rw-r--r--rules/CC/proto/TARGETS2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/CC/proto/TARGETS b/rules/CC/proto/TARGETS
index 2ec60f25..87bebd0c 100644
--- a/rules/CC/proto/TARGETS
+++ b/rules/CC/proto/TARGETS
@@ -11,6 +11,6 @@
, "deps": ["libgrpc++"]
}
, "libprotobuf":
- {"type": ["CC/pkgconfig", "system_library"], "name": ["libprotobuf"]}
+ {"type": ["CC/pkgconfig", "system_library"], "name": ["protobuf"]}
, "libgrpc++": {"type": ["CC/pkgconfig", "system_library"], "name": ["grpc++"]}
}