summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/TARGETS.protobuf
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-03-31 17:35:26 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-04-18 12:44:10 +0200
commitf47851aebb7763da72df7e73a64660fd8084f86a (patch)
tree6b110f83e35a924c52f142f9e5fed7fcbbff1aa7 /etc/import.pkgconfig/TARGETS.protobuf
parent0d8ffd486b5d77600cc19e6e8055f836c4571638 (diff)
downloadjustbuild-f47851aebb7763da72df7e73a64660fd8084f86a.tar.gz
bootstrap: Replace prebuilt imports by pkgconfig
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.protobuf')
-rw-r--r--etc/import.pkgconfig/TARGETS.protobuf19
1 files changed, 19 insertions, 0 deletions
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"]]
+ }
+}