Allow disabling XFree86-DGA, DRI, VidModeExtension extensions
Code to recognize these in extension enable/disable options was wrapped in #ifdef XorgLoader, but that's not defined when building miinitext.c since the great module merge of 1.13. Change to an #ifdef that is defined. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Robert Hooker <robert.hooker@canonical.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									b6e5c4669e
								
							
						
					
					
						commit
						5a36cdd915
					
				| 
						 | 
				
			
			@ -157,7 +157,7 @@ static ExtensionToggle ExtensionToggleList[] = {
 | 
			
		|||
#ifdef XF86BIGFONT
 | 
			
		||||
    {"XFree86-Bigfont", &noXFree86BigfontExtension},
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef XorgLoader
 | 
			
		||||
#ifdef XORGSERVER
 | 
			
		||||
#ifdef XFreeXDGA
 | 
			
		||||
    {"XFree86-DGA", &noXFree86DGAExtension},
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue