Skip to content

meson/win32: There is no need install OpenGL headers on win32

Yonggang Luo requested to merge lygstate/mesa:win32-gl-header-install into main

This is used to avoid conflict between Windows GL headers and mesa GL headers. The GL headers resident in Windows SDK are

gl.h
glaux.h
glcorearb.h
glext.h
glu.h
glxext.h
wgl.h
wglext.h

Signed-off-by: Yonggang Luo luoyonggang@gmail.com

Edited by Yonggang Luo

Merge request reports