SDL_rtf: pkg-config: add ${includedir}/SDL3_rtf to include path

From e89f570f8e6c93e2d77a9d0d915028c48f831719 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 29 Sep 2023 05:18:37 +0200
Subject: [PATCH] pkg-config: add ${includedir}/SDL3_rtf to include path

---
 cmake/sdl3-rtf.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/sdl3-rtf.pc.in b/cmake/sdl3-rtf.pc.in
index bb76bc2..e09a3bf 100644
--- a/cmake/sdl3-rtf.pc.in
+++ b/cmake/sdl3-rtf.pc.in
@@ -8,4 +8,4 @@ Description: Support for Rich Text Format (.rtf) files with Simple Directmedia L
 Version: @PROJECT_VERSION@
 Requires: sdl3 >= @SDL_REQUIRED_VERSION@
 Libs: -L${libdir} -lSDL3_rtf
-Cflags: -I${includedir} @SDL_PC_CFLAGS@
+Cflags: -I${includedir} -I${includedir}/SDL3_rtf