mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #913 from emersion/log-require-extension
Log required extension name if unavailable
This commit is contained in:
		
						commit
						5b50fc9fd9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -162,7 +162,7 @@ bool wlr_egl_init(struct wlr_egl *egl, EGLenum platform, void *remote_display,
 | 
				
			||||||
	wlr_log(L_INFO, "EGL vendor: %s", eglQueryString(egl->display, EGL_VENDOR));
 | 
						wlr_log(L_INFO, "EGL vendor: %s", eglQueryString(egl->display, EGL_VENDOR));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (!check_egl_ext(egl->exts_str, "EGL_KHR_image_base")) {
 | 
						if (!check_egl_ext(egl->exts_str, "EGL_KHR_image_base")) {
 | 
				
			||||||
		wlr_log(L_ERROR, "Required egl extensions not supported");
 | 
							wlr_log(L_ERROR, "Required EGL_KHR_image_base extension not supported");
 | 
				
			||||||
		goto error;
 | 
							goto error;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue