From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- src/contrib/SDL-3.2.20/cmake/sdl3.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/contrib/SDL-3.2.20/cmake/sdl3.pc.in (limited to 'src/contrib/SDL-3.2.20/cmake/sdl3.pc.in') 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 @@ +prefix=@SDL_PKGCONFIG_PREFIX@ +exec_prefix=${prefix} +libdir=@LIBDIR_FOR_PKG_CONFIG@ +includedir=@INCLUDEDIR_FOR_PKG_CONFIG@ + +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. +URL: https://www.libsdl.org/ +Version: @PROJECT_VERSION@ +Requires.private: @SDL_PC_PRIVATE_REQUIRES@ +Conflicts: +Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_PC_LIBS@ @SDL_PC_SECTION_LIBS_PRIVATE@ @SDL_PC_STATIC_LIBS@ +Cflags: -I${includedir} @SDL_PC_CFLAGS@ -- cgit v1.2.3