[glew] depends on libsm and libice (#17428)
* [glew] depends on libsm * [glew] depends on libice
This commit is contained in:
parent
1a8a147fe5
commit
59bfc22d40
@ -16,6 +16,8 @@ class Glew(Package):
|
|||||||
|
|
||||||
depends_on("cmake", type='build')
|
depends_on("cmake", type='build')
|
||||||
depends_on("gl")
|
depends_on("gl")
|
||||||
|
depends_on('libsm')
|
||||||
|
depends_on('libice')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
options = []
|
options = []
|
||||||
|
Loading…
Reference in New Issue
Block a user