libqglviewer: add dependency on glu (#21438)

This commit is contained in:
Tomoyasu Nojiri 2021-02-08 18:55:56 +09:00 committed by GitHub
parent b760dbc502
commit 83f7541420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ class Libqglviewer(QMakePackage):
depends_on('qt+gui+opengl')
depends_on('freeglut', when='^qt@:3.0')
depends_on('glu', type='link')
build_directory = 'QGLViewer'