mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			584 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			584 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "sdl2",
 | |
|   "buildsystem": "cmake-ninja",
 | |
|   "builddir": true,
 | |
|   "config-opts": [
 | |
|     "-DBUILD_SHARED_LIBS=ON",
 | |
|     "-DSDL_SHARED=ON",
 | |
|     "-DSDL_STATIC=OFF",
 | |
|     "-DSDL_TESTS=OFF"
 | |
|   ],
 | |
|   "build-options": {
 | |
|     "strip": true
 | |
|   },
 | |
|   "sources": [
 | |
|     {
 | |
|       "type": "archive",
 | |
|       "url": "https://libsdl.org/release/SDL2-2.30.3.tar.gz",
 | |
|       "sha256": "820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec"
 | |
|     }
 | |
|   ],
 | |
|   "cleanup": [
 | |
|     "/bin",
 | |
|     "/include",
 | |
|     "/lib/*.a",
 | |
|     "/lib/*.la",
 | |
|     "/lib/cmake",
 | |
|     "/lib/pkgconfig",
 | |
|     "/share/aclocal"
 | |
|   ]
 | |
| }
 | 
