dd4hep: depends_on root +x +opengl when +utilityapps (#34765)

UtilityApps builds teveDisplay and fails when ROOT has no ROOT::Gui and ROOT::Eve targets.
This commit is contained in:
Wouter Deconinck 2023-01-02 10:56:34 -06:00 committed by GitHub
parent 08aafe180b
commit f83d47442d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,6 +140,7 @@ class Dd4hep(CMakePackage):
depends_on("boost +system +filesystem", when="%gcc@:7")
depends_on("root @6.08: +gdml +math +python")
depends_on("root @6.08: +gdml +math +python +x +opengl", when="+ddeve")
depends_on("root @6.08: +gdml +math +python +x +opengl", when="+utilityapps")
extends("python")
depends_on("xerces-c", when="+xercesc")