mirror of
				https://github.com/thunderbrewhq/thunderbrew
				synced 2025-10-31 16:26:03 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			585 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			585 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| 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@
 | 
