mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 03:29:43 +00:00
meson: Drop GLU dependency
This commit is contained in:
parent
e7633ed4a5
commit
8867b3c951
@ -1164,7 +1164,7 @@ if not get_option('opengl').auto() or have_system or have_vhost_user_gpu
|
|||||||
elif targetos == 'windows'
|
elif targetos == 'windows'
|
||||||
opengl_libs=['-lopengl32', '-lgdi32']
|
opengl_libs=['-lopengl32', '-lgdi32']
|
||||||
elif targetos == 'linux'
|
elif targetos == 'linux'
|
||||||
opengl_libs=['-lGLU', '-lGL']
|
opengl_libs=['-lGL']
|
||||||
else
|
else
|
||||||
error('Unknown GL platform')
|
error('Unknown GL platform')
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user