glu: new virtual package; openglu: new package (#7162)

* mesa-glu: now provides 'glu' (GL Utility library)

* openglu: add package, provides glu

* openglu: add custom fetcher, remove nonsense url

Change openglu package to look like the opengl package in GitHub PR

* [OpenGLU] Fix a typo
This commit is contained in:
Geoffrey Oxberry
2018-04-12 07:16:16 -07:00
committed by Veselin Dobrev
parent 0e4e7d05e4
commit bbdf586d14
2 changed files with 88 additions and 0 deletions

View File

@@ -37,3 +37,5 @@ class MesaGlu(AutotoolsPackage):
variant('mesa', default=True,
description='Usually depends on mesa, disable for accelerated OpenGL')
depends_on('mesa', when='+mesa')
provides('glu@1.3')