From f47851aebb7763da72df7e73a64660fd8084f86a Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 31 Mar 2023 17:35:26 +0200 Subject: bootstrap: Replace prebuilt imports by pkgconfig --- etc/import.pkgconfig/TARGETS.protobuf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/import.pkgconfig/TARGETS.protobuf (limited to 'etc/import.pkgconfig/TARGETS.protobuf') diff --git a/etc/import.pkgconfig/TARGETS.protobuf b/etc/import.pkgconfig/TARGETS.protobuf new file mode 100644 index 00000000..bd67145a --- /dev/null +++ b/etc/import.pkgconfig/TARGETS.protobuf @@ -0,0 +1,19 @@ +{ "protoc": {"type": "install", "deps": [["bin", "protoc"]]} +, "libprotoc": + { "type": ["@", "rules", "CC/pkgconfig", "system_library"] + , "name": ["libprotoc"] + } +, "libprotobuf": + { "type": ["@", "rules", "CC/pkgconfig", "system_library"] + , "name": ["protobuf"] + } +, "libprotobuf_lite": + { "type": ["@", "rules", "CC/pkgconfig", "system_library"] + , "name": ["protobuf-lite"] + } +, "toolchain": + { "type": "install" + , "files": {"bin/protoc": "protoc"} + , "deps": [["TREE", null, "include/google/protobuf"]] + } +} -- cgit v1.2.3