[geant4] depends_on glu when +opengl (#19821)

This commit is contained in:
Wouter Deconinck 2020-11-10 04:29:21 -06:00 committed by GitHub
parent 0183a51c6c
commit 2913903e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,7 @@ class Geant4(CMakePackage):
# Visualization driver dependencies
depends_on("gl", when='+opengl')
depends_on("glu", when='+opengl')
depends_on("glx", when='+opengl+x11')
depends_on("libx11", when='+x11')
depends_on("libxmu", when='+x11')