Skip to content

meson: fallback to glut-dependency

Erik Faye-Lund requested to merge kusma/mesa-demos:use-glut-dep into main

We should really fall back to loading GLUT from a normal dependency. Otherwise, we'll miss the system-installed GLUT on some systems, like Debian, due to missing the include file in the default include path.

So let's fall back to the dependency-function in those cases.

Merge request reports