diff options
author | 3gg <3gg@shellblade.net> | 2024-05-04 16:51:29 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-05-04 16:51:29 -0700 |
commit | 8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch) | |
tree | 763389e42276035ac134d94eb1dc32293b88d807 /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.in | 14 |
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 | |||
3 | prefix=@prefix@ | ||
4 | exec_prefix=@exec_prefix@ | ||
5 | libdir=@libdir@ | ||
6 | includedir=@includedir@ | ||
7 | |||
8 | Name: sdl2 | ||
9 | 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. | ||
10 | Version: @SDL_VERSION@ | ||
11 | Requires.private: @PKGCONFIG_DEPENDS@ | ||
12 | Conflicts: | ||
13 | Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @PKGCONFIG_LIBS_PRIV@ @SDL_STATIC_LIBS@ | ||
14 | Cflags: -I${includedir} -I${includedir}/SDL2 @SDL_CFLAGS@ | ||