summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/cmake/sdl3.pc.in
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/cmake/sdl3.pc.in
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/cmake/sdl3.pc.in')
-rw-r--r--src/contrib/SDL-3.2.20/cmake/sdl3.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/cmake/sdl3.pc.in b/src/contrib/SDL-3.2.20/cmake/sdl3.pc.in
new file mode 100644
index 0000000..38566f5
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/cmake/sdl3.pc.in
@@ -0,0 +1,13 @@
1prefix=@SDL_PKGCONFIG_PREFIX@
2exec_prefix=${prefix}
3libdir=@LIBDIR_FOR_PKG_CONFIG@
4includedir=@INCLUDEDIR_FOR_PKG_CONFIG@
5
6Name: sdl3
7Description: 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.
8URL: https://www.libsdl.org/
9Version: @PROJECT_VERSION@
10Requires.private: @SDL_PC_PRIVATE_REQUIRES@
11Conflicts:
12Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_PC_LIBS@ @SDL_PC_SECTION_LIBS_PRIVATE@ @SDL_PC_STATIC_LIBS@
13Cflags: -I${includedir} @SDL_PC_CFLAGS@