mirror of https://github.com/PCSX2/pcsx2.git
CMake: Support PlutoVG 1.0.0
We still use PlutoVG 0.0.13 as that is the latest PlutoSVG can build with
This commit is contained in:
parent
4b62562fce
commit
d613701780
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue