cmake: add SDL_ prefix to EXTRA_LIBS/EXTRA_LDFLAGS

This commit is contained in:
Anonymous Maarten
2023-01-07 18:57:56 +01:00
committed by Anonymous Maarten
parent bffbfa572c
commit 77025417dd
3 changed files with 91 additions and 86 deletions

View File

@@ -8,7 +8,7 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: sdl3
Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
Version: @SDL_VERSION@
Requires.private: @PKGCONFIG_DEPENDS@
Requires.private: @SDL_PC_PRIVATE_REQUIRES@
Conflicts:
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_PC_LIBS@ @PKGCONFIG_LIBS_PRIV@ @SDL_PC_STATIC_LIBS@
Cflags: -I${includedir} -I${includedir}/SDL3 @SDL_PC_CFLAGS@