From 88b07df394188a7dcd8674c7da0cb8da0bad5dc3 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Fri, 31 Mar 2023 00:08:15 +0000 Subject: [PATCH] build: add pkgconf to vcpkg deps Add pkgconf to list of vcpkg deps. We are not using it right now for vcpkg builds, but it may be good to have available. Signed-off-by: Rafael Kitover --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b413b99..c394fd52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ if(TAG_RELEASE) include(MakeReleaseCommitAndTag) endif() -set(VCPKG_DEPS zlib SDL2 gettext wxWidgets) +set(VCPKG_DEPS pkgconf zlib SDL2 gettext wxWidgets) set(VCPKG_DEPS_OPTIONAL SFML ENABLE_LINK