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 <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2023-03-31 00:08:15 +00:00
parent 3cef52b72d
commit 88b07df394
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -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