From f02f313f0dfdcc3734c3e0d8fa0735e925bf19a0 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 31 Aug 2023 11:45:44 -0700
Subject: [PATCH] Remove subdirectory from include path
This should reduce confusion about how to include SDL library headers
---
cmake/sdl3-ttf.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/sdl3-ttf.pc.in b/cmake/sdl3-ttf.pc.in
index c725e39..f467bfd 100644
--- a/cmake/sdl3-ttf.pc.in
+++ b/cmake/sdl3-ttf.pc.in
@@ -10,4 +10,4 @@ Requires: sdl3 >= @SDL_REQUIRED_VERSION@
Libs: -L${libdir} -lSDL3_ttf
Requires.private: @PC_REQUIRES@
Libs.private: @PC_LIBS@
-Cflags: -I${includedir} -I${includedir}/SDL3_ttf
+Cflags: -I${includedir}