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.google_apis | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 etc/import.pkgconfig/TARGETS.google_apis (limited to 'etc/import.pkgconfig/TARGETS.google_apis') diff --git a/etc/import.pkgconfig/TARGETS.google_apis b/etc/import.pkgconfig/TARGETS.google_apis new file mode 100644 index 00000000..1e579e50 --- /dev/null +++ b/etc/import.pkgconfig/TARGETS.google_apis @@ -0,0 +1,35 @@ +{ "google_api_http_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_api_http_proto"] + , "srcs": [["include", "google_api_http_proto_file"]] + } +, "google_api_annotations_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_api_annotations_proto"] + , "srcs": [["include", "google_api_annotations_proto_file"]] + , "deps": ["google_api_http_proto"] + } +, "google_bytestream_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_bytestream_proto"] + , "service": ["yes"] + , "srcs": [["include", "google_bytestream_proto_file"]] + , "deps": ["google_api_annotations_proto"] + } +, "google_rpc_status_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_rpc_status_proto"] + , "srcs": [["include", "google_rpc_status_proto_file"]] + } +, "google_longrunning_operations_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_longrunning_operations_proto"] + , "srcs": [["include", "google_longrunning_operations_proto_file"]] + , "service": ["yes"] + , "deps": + [ "google_api_annotations_proto" + , "google_api_http_proto" + , "google_rpc_status_proto" + ] + } +} -- cgit v1.2.3