libmongoc: Fix build (#9012)
libmongoc requires pkg-config to detect several of its dependencies.
This commit is contained in:
		 Michael Kuhn
					Michael Kuhn
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							c06c02bce5
						
					
				
				
					commit
					e04fb382b1
				
			| @@ -51,6 +51,7 @@ class Libmongoc(AutotoolsPackage): | ||||
|     depends_on('automake', type='build', when='@1.8.1') | ||||
|     depends_on('libtool', type='build', when='@1.8.1') | ||||
|     depends_on('m4', type='build', when='@1.8.1') | ||||
|     depends_on('pkgconfig', type='build') | ||||
|  | ||||
|     depends_on('libbson') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user