From 8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 4 May 2024 16:51:29 -0700 Subject: Initial commit. --- src/contrib/SDL-2.30.2/sdl2.pc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/contrib/SDL-2.30.2/sdl2.pc.in (limited to 'src/contrib/SDL-2.30.2/sdl2.pc.in') 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 @@ +# sdl pkg-config source file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: sdl2 +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. +Version: @SDL_VERSION@ +Requires.private: @PKGCONFIG_DEPENDS@ +Conflicts: +Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @PKGCONFIG_LIBS_PRIV@ @SDL_STATIC_LIBS@ +Cflags: -I${includedir} -I${includedir}/SDL2 @SDL_CFLAGS@ -- cgit v1.2.3