From d613701780f3febada2cab887348cbb53ebec0f5 Mon Sep 17 00:00:00 2001 From: TheLastRar Date: Fri, 2 May 2025 17:01:21 +0100 Subject: [PATCH] CMake: Support PlutoVG 1.0.0 We still use PlutoVG 0.0.13 as that is the latest PlutoSVG can build with --- cmake/SearchForStuff.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake index 603e89fd98..264e854847 100644 --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -19,7 +19,7 @@ find_package(LZ4 REQUIRED) find_package(WebP REQUIRED) # v1.3.2, spews an error on Linux because no pkg-config. find_package(SDL3 3.2.6 REQUIRED) find_package(Freetype 2.11.1 REQUIRED) -find_package(plutovg 0.0.13 REQUIRED) +find_package(plutovg REQUIRED) # v0.0.13 is needed for building plutosvg, but we can support v1.0.0 find_package(plutosvg 0.0.6 REQUIRED) if(USE_VULKAN)