added build dependences required after cairo package change (#14297)
* added build dependences required after cairo package change * fixed pango build dependencies
This commit is contained in:
		
				
					committed by
					
						
						Adam J. Stewart
					
				
			
			
				
	
			
			
			
						parent
						
							08898a2ad7
						
					
				
				
					commit
					6c957b6b62
				
			@@ -25,7 +25,7 @@ class Pango(AutotoolsPackage):
 | 
			
		||||
 | 
			
		||||
    depends_on("pkgconfig", type="build")
 | 
			
		||||
    depends_on("harfbuzz")
 | 
			
		||||
    depends_on("cairo")
 | 
			
		||||
    depends_on("cairo+ft+fc")
 | 
			
		||||
    depends_on("cairo~X", when='~X')
 | 
			
		||||
    depends_on("cairo+X", when='+X')
 | 
			
		||||
    depends_on("libxft", when='+X')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user