gnu: graphicsmagick: Build with 16 bit quantum depth.
Octave requires graphicsmagick to be built with 16 bit quantum depth. * gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Add "--with-quantum-depth=16" and "--enable-quantum-library-names" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									9f91340166
								
							
						
					
					
						commit
						d9e94c6170
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -187,6 +187,8 @@ script.")
 | 
			
		|||
         (list "--with-frozenpaths"
 | 
			
		||||
               "--enable-shared=yes"
 | 
			
		||||
               "--with-x=yes"
 | 
			
		||||
               "--with-quantum-depth=16" ; required by Octave
 | 
			
		||||
               "--enable-quantum-library-names"
 | 
			
		||||
               (string-append "--with-gs-font-dir="
 | 
			
		||||
                              (assoc-ref %build-inputs "gs-fonts")
 | 
			
		||||
                              "/share/fonts/type1/ghostscript"))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue