Skip to content

osdemos: use gl_wrap.h instead of glut_wrap.h

Erik Faye-Lund requested to merge kusma/mesa-demos:osdemos-fixes into main

If we attempt to build these without having found GLUT, we end up failing due to missing the GLUT headers. But these demos doesn't actually use GLUT, so let's just switch to another wrapper here.

Merge request reports