From cf9d81dbe0eadbadcc81b2565ce73e7eff26f982 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Jul 2022 17:23:48 +0200 Subject: Switch to using libpkg-config instead of libpkgconf by default The use of (now deprecated) libpkgconf is still possible by setting config.build2.libpkgconf to true. Note that libpkgconf is known to have issues on Windows and Mac OS so this should only be used on Linux and maybe BSDs. Also note that we will only keep this until upstream (again) breaks backwards compatibility at which point we will drop this support. --- repositories.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repositories.manifest') diff --git a/repositories.manifest b/repositories.manifest index 6bacad3..81d0645 100644 --- a/repositories.manifest +++ b/repositories.manifest @@ -7,4 +7,4 @@ location: ../libbutl.git##HEAD : role: prerequisite -location: https://git.build2.org/packaging/pkgconf/pkgconf.git##HEAD +location: https://github.com/build2/libpkg-config.git##HEAD -- cgit v1.1