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:
parent
ae9c86a930
commit
29a39ac6a0
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ class Xrootd(CMakePackage):
|
|||
conflicts("^cmake@:3.0", when="@5.0.0")
|
||||
conflicts("^cmake@:3.15.99", when="@5.5.4:5.5")
|
||||
depends_on("davix", when="+davix")
|
||||
depends_on("pkgconfig", type="build", when="+davix")
|
||||
depends_on("libxml2", when="+http")
|
||||
depends_on("uuid", when="@4.11.0:")
|
||||
depends_on("openssl@:1", when="@:5.4")
|
||||
|
|
Loading…
Reference in a new issue