mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
7f58c14dcd
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.