From 205459f7ae7ef82d5f69d684dce5038331aa88bc Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Fri, 11 Jul 2025 19:31:20 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c986bc2..7c1b7cee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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