summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/sdl2.pc.in
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
committer3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
commit8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch)
tree763389e42276035ac134d94eb1dc32293b88d807 /src/contrib/SDL-2.30.2/sdl2.pc.in
Initial commit.
Diffstat (limited to 'src/contrib/SDL-2.30.2/sdl2.pc.in')
-rw-r--r--src/contrib/SDL-2.30.2/sdl2.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/sdl2.pc.in b/src/contrib/SDL-2.30.2/sdl2.pc.in
new file mode 100644
index 0000000..23a1d69
--- /dev/null
+++ b/src/contrib/SDL-2.30.2/sdl2.pc.in
@@ -0,0 +1,14 @@
1# sdl pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: sdl2
9Description: 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.
10Version: @SDL_VERSION@
11Requires.private: @PKGCONFIG_DEPENDS@
12Conflicts:
13Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @PKGCONFIG_LIBS_PRIV@ @SDL_STATIC_LIBS@
14Cflags: -I${includedir} -I${includedir}/SDL2 @SDL_CFLAGS@