From 27e8e0c5c2388ecb043e29ea62ff9c4a921846cf Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 9 Jul 2023 10:58:06 +0200 Subject: [PATCH] Add pkgconf dependency in vcpkg --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index d8182b63..b0270274 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -18,6 +18,7 @@ "libarchive", "libevent", "openssl", + "pkgconf", "utfcpp", "xxhash", "zstd"