gnu: pango: Add dependency on libxft.
* gnu/packages/gtk.scm (pango)[inputs]: Add LIBXFT.
This commit is contained in:
		
							parent
							
								
									186de634a7
								
							
						
					
					
						commit
						9a5acb54c1
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -161,7 +161,11 @@ affine transformation (scale, rotation, shear, etc.)")
 | 
				
			||||||
    `(("cairo" ,cairo)
 | 
					    `(("cairo" ,cairo)
 | 
				
			||||||
      ("harfbuzz" ,harfbuzz)))
 | 
					      ("harfbuzz" ,harfbuzz)))
 | 
				
			||||||
   (inputs
 | 
					   (inputs
 | 
				
			||||||
    `(("zlib" ,zlib)))
 | 
					    `(("zlib" ,zlib)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      ;; Some packages, such as Openbox, expect Pango to be built with the
 | 
				
			||||||
 | 
					      ;; optional libxft support.
 | 
				
			||||||
 | 
					      ("libxft" ,libxft)))
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    `(("pkg-config" ,pkg-config)
 | 
					    `(("pkg-config" ,pkg-config)
 | 
				
			||||||
      ("glib" ,glib "bin")                               ; glib-mkenums, etc.
 | 
					      ("glib" ,glib "bin")                               ; glib-mkenums, etc.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue