mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
![Tommi Komulainen](/assets/img/avatar_default.png)
Bug 913 - cogl fails to build on OSX * clutter/cogl/gl/cogl-fbo.c: define GL_READ_FRAMEBUFFER_EXT and GL_DRAW_FRAMEBUFFER_EXT if not defined in the build system. The #ifdef can fail if they're not #defines but variables or enums. As the values are supposed to be industry standard even then it shouldn't have ill effects.