diff options
author | Oliver Reiche <oliver.reiche@gmail.com> | 2023-04-21 17:43:48 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-04-27 14:23:09 +0200 |
commit | 81af78b4e96f278746db6fbe33db4712e326ab5e (patch) | |
tree | 9c94222cad2b75055c4d27a9679f3fcc7fc2d92b /etc/import.pkgconfig/TARGETS.curl | |
parent | f2aa7f08a8c50b5d1f072783b8299a4e5d66411c (diff) | |
download | justbuild-81af78b4e96f278746db6fbe33db4712e326ab5e.tar.gz |
imports: Support pkg-config for curl/archive/ares/zlib
... and align lib names to commonly used pkg names.
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.curl')
-rw-r--r-- | etc/import.pkgconfig/TARGETS.curl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/import.pkgconfig/TARGETS.curl b/etc/import.pkgconfig/TARGETS.curl new file mode 100644 index 00000000..217e78dd --- /dev/null +++ b/etc/import.pkgconfig/TARGETS.curl @@ -0,0 +1,5 @@ +{ "curl": + { "type": ["@", "rules", "CC/pkgconfig", "system_library"] + , "name": ["libcurl"] + } +} |