diff options
-rw-r--r-- | var/spack/repos/builtin/packages/fox/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/fox/package.py b/var/spack/repos/builtin/packages/fox/package.py index ec607160fc..6eebce0271 100644 --- a/var/spack/repos/builtin/packages/fox/package.py +++ b/var/spack/repos/builtin/packages/fox/package.py @@ -37,6 +37,7 @@ class Fox(AutotoolsPackage): depends_on('libxi') depends_on('libxrandr') depends_on('gl', when='+opengl') + depends_on('glu', when='+opengl', type='link') def configure_args(self): # Make the png link flags explicit or it will try to pick up libpng15 |