build: don't add SDL3 subfolder to include path for external projects

This commit is contained in:
Anonymous Maarten
2022-11-27 18:36:54 +01:00
committed by Sam Lantinga
parent 2af4f74e1c
commit 9f2ca87504
9 changed files with 16 additions and 20 deletions

View File

@@ -11,4 +11,4 @@ Version: @SDL_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @PKGCONFIG_LIBS_PRIV@ @SDL_STATIC_LIBS@
Cflags: -I${includedir} -I${includedir}/SDL3 @SDL_CFLAGS@
Cflags: -I${includedir} @SDL_CFLAGS@