build: add bzip2 and liblzma[tools] to vcpkg ports
Add `bzip2` and `liblzma[tools]` to the vcpkg ports dependencies list for the new `.bz2` and `.xz` support. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
3ac5aa4f27
commit
205459f7ae
|
@ -24,7 +24,7 @@ endif()
|
|||
|
||||
option(VCPKG_BINARY_PACKAGES "Use vcpkg binary packages" TRUE)
|
||||
|
||||
set(VCPKG_DEPS zlib pthreads gettext-libintl wxwidgets nanosvg)
|
||||
set(VCPKG_DEPS zlib bzip2 "liblzma[tools]" pthreads gettext-libintl wxwidgets nanosvg)
|
||||
|
||||
set(VCPKG_DEPS_OPTIONAL
|
||||
"sdl3[vulkan]" ENABLE_SDL3
|
||||
|
|
Loading…
Reference in New Issue