SDL_ttf: include module support for either SDF or SVG

From 0165849a0061d91c51d4a3fa8bcda5b5fcf53cc9 Mon Sep 17 00:00:00 2001
From: "Paul m. p. Peny" <[EMAIL REDACTED]>
Date: Thu, 19 Mar 2026 20:59:34 +0100
Subject: [PATCH] include module support for either SDF or SVG

because both use FT_Property_Set around https://github.com/libsdl-org/SDL_ttf/blob/a49130e3ecc0ad5a4aad12083e9aeab57ac34dbd/src/SDL_ttf.c#L1872
---
 src/SDL_ttf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SDL_ttf.c b/src/SDL_ttf.c
index bb2092ad..42072e77 100644
--- a/src/SDL_ttf.c
+++ b/src/SDL_ttf.c
@@ -41,7 +41,7 @@
 #  define TTF_USE_SDF 0
 #endif
 
-#if TTF_USE_SDF
+#if TTF_USE_SDF || TTF_USE_PLUTOSVG
 #include FT_MODULE_H
 #endif
 #define DEFAULT_SDF_SPREAD 8