summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/sdl2.pc.in
diff options
context:
space:
mode:
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@