Compatible with including as <SDL2/SDL.h>

This commit is contained in:
Xiaofeng Wang 2022-07-29 11:30:17 +08:00 committed by Sam Lantinga
parent ab967475c6
commit 45c1cc8177
1 changed files with 1 additions and 1 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}/SDL2 @SDL_CFLAGS@
Cflags: -I${includedir} -I${includedir}/SDL2 @SDL_CFLAGS@