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:
parent
9c36ed6550
commit
50aa85d909
|
@ -22,11 +22,14 @@ 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
|
||||||
faudio ENABLE_FAUDIO
|
"sdl2[samplerate]" ENABLE_SDL2
|
||||||
|
openal-soft ENABLE_OPENAL
|
||||||
|
"ffmpeg[x264,x265]" ENABLE_FFMPEG
|
||||||
|
faudio ENABLE_FAUDIO
|
||||||
)
|
)
|
||||||
|
|
||||||
include(Set-Toolchain-vcpkg)
|
include(Set-Toolchain-vcpkg)
|
||||||
|
|
Loading…
Reference in New Issue