forked from joejulian/gio
fac1d00c89
The mesa surfaceless renderer doesn't support configs, but does support EGL_KHR_no_config_context so no config is required. Don't fail context creation in this setup. With this change, the headless tests work on a headless linux with the EGL_PLATFORM environment variable set to "surfaceless". Signed-off-by: Elias Naur <mail@eliasnaur.com>