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