From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- contrib/SDL-3.2.8/cmake/sdl3.pc.in | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 contrib/SDL-3.2.8/cmake/sdl3.pc.in (limited to 'contrib/SDL-3.2.8/cmake/sdl3.pc.in') 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 @@ -prefix=@SDL_PKGCONFIG_PREFIX@ -exec_prefix=${prefix} -libdir=@LIBDIR_FOR_PKG_CONFIG@ -includedir=@INCLUDEDIR_FOR_PKG_CONFIG@ - -Name: sdl3 -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. -URL: https://www.libsdl.org/ -Version: @PROJECT_VERSION@ -Requires.private: @SDL_PC_PRIVATE_REQUIRES@ -Conflicts: -Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_PC_LIBS@ @SDL_PC_SECTION_LIBS_PRIVATE@ @SDL_PC_STATIC_LIBS@ -Cflags: -I${includedir} @SDL_PC_CFLAGS@ -- cgit v1.2.3