From b206c4be58e7f3c00a5c9122f73925f75642b66c Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 29 Sep 2023 04:37:19 +0200
Subject: [PATCH] pkg-config: add ${includedir}/SDL3_mixer to include path
---
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 b93ee693..1ef53e47 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}
+Cflags: -I${includedir} -I${includedir}/SDL3_mixer