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