fox: add dependency to glu virtual package (#21280)
This commit is contained in:
parent
0ebefcc92b
commit
bcb0e80548
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue