lol

sdl3-ttf: enable plutosvg integration (#419684)

authored by

Peder Bergebakken Sundt and committed by
GitHub
47511eca b699e02d

+3 -2
+3 -2
pkgs/by-name/sd/sdl3-ttf/package.nix
··· 11 11 harfbuzz, 12 12 glib, 13 13 ninja, 14 + plutosvg, 14 15 fixDarwinDylibNames, 15 16 }: 16 17 ··· 39 40 freetype 40 41 harfbuzz 41 42 glib 43 + plutosvg 42 44 ]; 43 45 44 46 cmakeFlags = [ 45 47 (lib.cmakeBool "SDLTTF_STRICT" true) 46 48 (lib.cmakeBool "SDLTTF_HARFBUZZ" true) 47 - # disable plutosvg (not in nixpkgs) 48 - (lib.cmakeBool "SDLTTF_PLUTOSVG" false) 49 + (lib.cmakeBool "SDLTTF_PLUTOSVG" true) 49 50 ]; 50 51 51 52 passthru = {