meson: fallback to glut-dependency
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.