xrootd: add a dependency on pkgconfig when building with +davix (#43339)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
		 Juan Miguel Carceller
					Juan Miguel Carceller
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							ae9c86a930
						
					
				
				
					commit
					29a39ac6a0
				
			| @@ -112,6 +112,7 @@ class Xrootd(CMakePackage): | |||||||
|     conflicts("^cmake@:3.0", when="@5.0.0") |     conflicts("^cmake@:3.0", when="@5.0.0") | ||||||
|     conflicts("^cmake@:3.15.99", when="@5.5.4:5.5") |     conflicts("^cmake@:3.15.99", when="@5.5.4:5.5") | ||||||
|     depends_on("davix", when="+davix") |     depends_on("davix", when="+davix") | ||||||
|  |     depends_on("pkgconfig", type="build", when="+davix") | ||||||
|     depends_on("libxml2", when="+http") |     depends_on("libxml2", when="+http") | ||||||
|     depends_on("uuid", when="@4.11.0:") |     depends_on("uuid", when="@4.11.0:") | ||||||
|     depends_on("openssl@:1", when="@:5.4") |     depends_on("openssl@:1", when="@:5.4") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user