mirror of
				https://github.com/thunderbrewhq/thunderbrew
				synced 2025-10-31 00:06:05 +03:00 
			
		
		
		
	 706c8903a1
			
		
	
	
		706c8903a1
		
			
		
	
	
	
	
		
			
			* chore(build): add vendored SDL 3.0.0 library * chore(build): add vendored glew-cmake-2.2.0 library * feat(console): in the presence of -opengl launch flag, change GxApi to OpenGl * feat(gx): add uncompleted CGxDeviceGLSDL targeting Windows and Linux * chore(build): change SDL3 linkage from shared (bad) to to static (good)
		
			
				
	
	
		
			14 lines
		
	
	
		
			603 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			603 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@SDL_PKGCONFIG_PREFIX@
 | |
| exec_prefix=${prefix}
 | |
| libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
 | |
| includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
 | |
| 
 | |
| 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@
 |