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 harfbuzz, 12 glib, 13 ninja, 14 fixDarwinDylibNames, 15 }: 16 ··· 39 freetype 40 harfbuzz 41 glib 42 ]; 43 44 cmakeFlags = [ 45 (lib.cmakeBool "SDLTTF_STRICT" true) 46 (lib.cmakeBool "SDLTTF_HARFBUZZ" true) 47 - # disable plutosvg (not in nixpkgs) 48 - (lib.cmakeBool "SDLTTF_PLUTOSVG" false) 49 ]; 50 51 passthru = {
··· 11 harfbuzz, 12 glib, 13 ninja, 14 + plutosvg, 15 fixDarwinDylibNames, 16 }: 17 ··· 40 freetype 41 harfbuzz 42 glib 43 + plutosvg 44 ]; 45 46 cmakeFlags = [ 47 (lib.cmakeBool "SDLTTF_STRICT" true) 48 (lib.cmakeBool "SDLTTF_HARFBUZZ" true) 49 + (lib.cmakeBool "SDLTTF_PLUTOSVG" true) 50 ]; 51 52 passthru = {