coin3d: depend on gl/glu (virtual packages), not on opengl/openglu (#21419)
This commit is contained in:
parent
c279983c10
commit
260706c186
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ class Coin3d(AutotoolsPackage):
|
|||
depends_on('boost@1.45.0:', type='build')
|
||||
depends_on('doxygen', when='+html', type='build')
|
||||
depends_on('perl', when='+html', type='build')
|
||||
depends_on('openglu', type='link')
|
||||
depends_on('opengl', type='link')
|
||||
depends_on('glu', type='link')
|
||||
depends_on('gl', type='link')
|
||||
depends_on('libsm', type='link')
|
||||
depends_on('libxext', type='link')
|
||||
depends_on('libice', type='link')
|
||||
|
|
Loading…
Reference in a new issue