gnu: mesa: Correct another typo.
* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast).
This commit is contained in:
		
							parent
							
								
									80042ae93d
								
							
						
					
					
						commit
						4e6509b27f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -245,7 +245,7 @@ also known as DXTn or DXTC) for Mesa.")
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
       '(,@(match (%current-system)
 | 
					       '(,@(match (%current-system)
 | 
				
			||||||
             ((or "armhf-linux" "aarch64-linux")
 | 
					             ((or "armhf-linux" "aarch64-linux")
 | 
				
			||||||
              '("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,svrast,vc4,virgl"))
 | 
					              '("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,swrast,vc4,virgl"))
 | 
				
			||||||
             (_
 | 
					             (_
 | 
				
			||||||
              '("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
 | 
					              '("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
 | 
				
			||||||
         ;; Enable various optional features.  TODO: opencl requires libclc,
 | 
					         ;; Enable various optional features.  TODO: opencl requires libclc,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue