summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/cmake/sdl3.pc.in
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
commit30f41c02aec763d32e62351452da9ef582bc3472 (patch)
tree6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/cmake/sdl3.pc.in
parent452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff)
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/cmake/sdl3.pc.in')
-rw-r--r--contrib/SDL-3.2.8/cmake/sdl3.pc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/SDL-3.2.8/cmake/sdl3.pc.in b/contrib/SDL-3.2.8/cmake/sdl3.pc.in
deleted file mode 100644
index 38566f5..0000000
--- a/contrib/SDL-3.2.8/cmake/sdl3.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
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@