rename PKG_CONFIG_LIBS_PRIV to PKGCONFIG_LIBS_PRIV

i.e.: do not steal PKG_CONFIG namespace.
This commit is contained in:
Ozkan Sezer
2021-04-14 21:40:50 +03:00
parent 197cfcaf71
commit 69203851dc
4 changed files with 12 additions and 11 deletions

View File

@@ -10,5 +10,5 @@ Description: Simple DirectMedia Layer is a cross-platform multimedia library des
Version: @SDL_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @PKG_CONFIG_LIBS_PRIV@ @SDL_STATIC_LIBS@
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @PKGCONFIG_LIBS_PRIV@ @SDL_STATIC_LIBS@
Cflags: -I${includedir}/SDL2 @SDL_CFLAGS@