From 30f651ff4f4f1297e75bec90e0db72ce312bc079 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 15 May 2023 11:10:26 +0200 Subject: Add pkg-config target for re2 Justbuild does not directly depend on re2, hence the indirect dependency on re2 is taken care of by pkg-config. Nevertheless, it is useful to have such a file for packaging that takes most of the dependencies from the system, but uses some of the dependencies bundled; a particular such use case is taking the bundled versions of proto, grpc, and absl, as those might be packaged in an incompatible version. --- etc/import.pkgconfig/TARGETS.re2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/import.pkgconfig/TARGETS.re2 (limited to 'etc') diff --git a/etc/import.pkgconfig/TARGETS.re2 b/etc/import.pkgconfig/TARGETS.re2 new file mode 100644 index 00000000..59c041b0 --- /dev/null +++ b/etc/import.pkgconfig/TARGETS.re2 @@ -0,0 +1,3 @@ +{ "re2": + {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["re2"]} +} -- cgit v1.2.3