libqglviewer: add dependency on glu (#21438)
This commit is contained in:
parent
b760dbc502
commit
83f7541420
@ -18,6 +18,7 @@ class Libqglviewer(QMakePackage):
|
|||||||
|
|
||||||
depends_on('qt+gui+opengl')
|
depends_on('qt+gui+opengl')
|
||||||
depends_on('freeglut', when='^qt@:3.0')
|
depends_on('freeglut', when='^qt@:3.0')
|
||||||
|
depends_on('glu', type='link')
|
||||||
|
|
||||||
build_directory = 'QGLViewer'
|
build_directory = 'QGLViewer'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user