mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +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.