mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	build: use auto_features=disabled for libdrm subproject
Instead of individually disabling each driver, use auto_features=disabled to disable all feature options by default.
This commit is contained in:
		
							parent
							
								
									59138460c4
								
							
						
					
					
						commit
						6f63f55ace
					
				
					 1 changed files with 1 additions and 14 deletions
				
			
		
							
								
								
									
										15
									
								
								meson.build
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								meson.build
									
										
									
									
									
								
							| 
						 | 
					@ -114,20 +114,7 @@ drm = dependency('libdrm',
 | 
				
			||||||
	version: '>=2.4.120',
 | 
						version: '>=2.4.120',
 | 
				
			||||||
	fallback: 'libdrm',
 | 
						fallback: 'libdrm',
 | 
				
			||||||
	default_options: [
 | 
						default_options: [
 | 
				
			||||||
		'intel=disabled',
 | 
							'auto_features=disabled',
 | 
				
			||||||
		'radeon=disabled',
 | 
					 | 
				
			||||||
		'amdgpu=disabled',
 | 
					 | 
				
			||||||
		'nouveau=disabled',
 | 
					 | 
				
			||||||
		'vmwgfx=disabled',
 | 
					 | 
				
			||||||
		'omap=disabled',
 | 
					 | 
				
			||||||
		'exynos=disabled',
 | 
					 | 
				
			||||||
		'freedreno=disabled',
 | 
					 | 
				
			||||||
		'tegra=disabled',
 | 
					 | 
				
			||||||
		'vc4=disabled',
 | 
					 | 
				
			||||||
		'etnaviv=disabled',
 | 
					 | 
				
			||||||
		'cairo-tests=disabled',
 | 
					 | 
				
			||||||
		'man-pages=disabled',
 | 
					 | 
				
			||||||
		'valgrind=disabled',
 | 
					 | 
				
			||||||
		'tests=false',
 | 
							'tests=false',
 | 
				
			||||||
	],
 | 
						],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue