build: update vcpkg ports list, drop gettext

Update the vcpkg ports list with the currently used ports and their
features.

Drop `gettext` for `gettext-libintl`, with the binary catalog creation
tools coming from a NuGet package.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2025-07-01 20:31:30 +00:00
parent 9c36ed6550
commit 50aa85d909
1 changed files with 6 additions and 3 deletions

View File

@ -22,10 +22,13 @@ if(TAG_RELEASE)
include(MakeReleaseCommitAndTag) include(MakeReleaseCommitAndTag)
endif() endif()
set(VCPKG_DEPS pkgconf zlib pthreads sdl3 gettext wxwidgets) set(VCPKG_DEPS pkgconf zlib pthreads gettext-libintl wxwidgets nanosvg)
set(VCPKG_DEPS_OPTIONAL set(VCPKG_DEPS_OPTIONAL
ffmpeg ENABLE_FFMPEG "sdl3[vulkan]" ENABLE_SDL3
"sdl2[samplerate]" ENABLE_SDL2
openal-soft ENABLE_OPENAL
"ffmpeg[x264,x265]" ENABLE_FFMPEG
faudio ENABLE_FAUDIO faudio ENABLE_FAUDIO
) )