diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
| commit | f5c89b3bd5d74849757fd5b4d1a300068522a3ca (patch) | |
| tree | d6f6e4c81745b393d7594b334710f30c0b2df3bd /SDL-3.2.8/cmake/sdl3.pc.in | |
Diffstat (limited to 'SDL-3.2.8/cmake/sdl3.pc.in')
| -rw-r--r-- | SDL-3.2.8/cmake/sdl3.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/SDL-3.2.8/cmake/sdl3.pc.in b/SDL-3.2.8/cmake/sdl3.pc.in new file mode 100644 index 0000000..38566f5 --- /dev/null +++ b/SDL-3.2.8/cmake/sdl3.pc.in | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | prefix=@SDL_PKGCONFIG_PREFIX@ | ||
| 2 | exec_prefix=${prefix} | ||
| 3 | libdir=@LIBDIR_FOR_PKG_CONFIG@ | ||
| 4 | includedir=@INCLUDEDIR_FOR_PKG_CONFIG@ | ||
| 5 | |||
| 6 | Name: sdl3 | ||
| 7 | 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. | ||
| 8 | URL: https://www.libsdl.org/ | ||
| 9 | Version: @PROJECT_VERSION@ | ||
| 10 | Requires.private: @SDL_PC_PRIVATE_REQUIRES@ | ||
| 11 | Conflicts: | ||
| 12 | Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_PC_LIBS@ @SDL_PC_SECTION_LIBS_PRIVATE@ @SDL_PC_STATIC_LIBS@ | ||
| 13 | Cflags: -I${includedir} @SDL_PC_CFLAGS@ | ||
