diff --git a/meson.build b/meson.build index 38127c9809..a6fd6fa5a3 100644 --- a/meson.build +++ b/meson.build @@ -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