From 9e449cc685fd0635ebed906acda0446b43db2f59 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 23 Jul 2023 15:05:59 -0500 Subject: build: internally rename gl-wayland to egl-wayland This has always been a pet peeve of mine and in fact I named the option in meson "egl-wayland" with the intention of finally doing this. We call everything that's egl "egl-foo" internally except for wayland. --- video/out/gpu/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/gpu/context.c b/video/out/gpu/context.c index e41dd99476..5b4987eeef 100644 --- a/video/out/gpu/context.c +++ b/video/out/gpu/context.c @@ -82,7 +82,7 @@ static const struct ra_ctx_fns *contexts[] = { #if HAVE_GL_DXINTEROP &ra_ctx_dxgl, #endif -#if HAVE_GL_WAYLAND +#if HAVE_EGL_WAYLAND &ra_ctx_wayland_egl, #endif #if HAVE_EGL_X11 -- cgit v1.2.3