From 0556b71cc137d3ebc5d2e92d78abb6790ffdb11c Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Thu, 28 Sep 2023 21:49:51 +0200 Subject: [PATCH] pkg-config: add ${includedir}/SDL3_image to include path --- 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 dae41dfa..bd286bcf 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} +Cflags: -I${includedir} -I${includedir}/SDL3_image