Don't install static version of the scx library.
This commit is contained in:
		
							parent
							
								
									ad84aa5c87
								
							
						
					
					
						commit
						113662edf2
					
				| 
						 | 
					@ -9,6 +9,7 @@
 | 
				
			||||||
	 (prefix (string-append (get-directory 'lib #f) "/" build-host))
 | 
						 (prefix (string-append (get-directory 'lib #f) "/" build-host))
 | 
				
			||||||
	 (xft? (get-option-value 'with-xft))
 | 
						 (xft? (get-option-value 'with-xft))
 | 
				
			||||||
         (configure `("./configure"
 | 
					         (configure `("./configure"
 | 
				
			||||||
 | 
					                      "--enable-static=no"
 | 
				
			||||||
		      ,(string-append "--prefix=" prefix)
 | 
							      ,(string-append "--prefix=" prefix)
 | 
				
			||||||
		      ,(if xft? "--with-xft=yes" "--with-xft=no")
 | 
							      ,(if xft? "--with-xft=yes" "--with-xft=no")
 | 
				
			||||||
		      ,(string-append "--with-scsh-includes=" scsh-includes)
 | 
							      ,(string-append "--with-scsh-includes=" scsh-includes)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue