glew: adding gl dependency (#7817)
This commit is contained in:
parent
1b38631781
commit
ecdb3065ed
@ -34,6 +34,7 @@ class Glew(Package):
|
|||||||
version('2.0.0', '2a2cd7c98f13854d2fcddae0d2b20411')
|
version('2.0.0', '2a2cd7c98f13854d2fcddae0d2b20411')
|
||||||
|
|
||||||
depends_on("cmake", type='build')
|
depends_on("cmake", type='build')
|
||||||
|
depends_on("gl")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
options = []
|
options = []
|
||||||
|
Loading…
Reference in New Issue
Block a user