mirror of
https://github.com/brl/mutter.git
synced 2025-04-10 04:09:38 +00:00

Commit 558b17ee1e added support for rectangle textures to the framebuffer code. Under GLES there is no GL_TEXTURE_RECTANGLE_ARB definition so this was breaking the build. The rest of Cogl uses ifdef's around that constant so we should do the same here.