sdl3-ttf: enable plutosvg integration (#419684)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-25 04:36:07 +02:00
committed by GitHub
+3 -2
View File
@@ -11,6 +11,7 @@
harfbuzz,
glib,
ninja,
plutosvg,
fixDarwinDylibNames,
}:
@@ -39,13 +40,13 @@ stdenv.mkDerivation (finalAttrs: {
freetype
harfbuzz
glib
plutosvg
];
cmakeFlags = [
(lib.cmakeBool "SDLTTF_STRICT" true)
(lib.cmakeBool "SDLTTF_HARFBUZZ" true)
# disable plutosvg (not in nixpkgs)
(lib.cmakeBool "SDLTTF_PLUTOSVG" false)
(lib.cmakeBool "SDLTTF_PLUTOSVG" true)
];
passthru = {