meson: Drop GLU dependency

This commit is contained in:
Matt Borgerson
2024-06-14 19:37:34 -07:00
committed by mborgerson
parent e7633ed4a5
commit 8867b3c951
+1 -1
View File
@@ -1164,7 +1164,7 @@ if not get_option('opengl').auto() or have_system or have_vhost_user_gpu
elif targetos == 'windows'
opengl_libs=['-lopengl32', '-lgdi32']
elif targetos == 'linux'
opengl_libs=['-lGLU', '-lGL']
opengl_libs=['-lGL']
else
error('Unknown GL platform')
endif