vrend: fix a null pointer dereference
If surfaceless was false, and EGL_EXT_platform_base was not supported, gbm would be dereferenced without having been checked for NULL. Instead, expand the !gbm check to cover that case and fail.
Signed-off-by: Alyssa Ross hi@alyssa.is