6989fea767
Commit 41992757e0 introduced a change to use CoglContext.glFenceSync but this method is only available when GL_ARB_sync is defined (as defined on gl-prototypes/cogl-all-functions.h). This change fixes that. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1123