From c20468cfa292e99357fd504fc5b5884f6078ca96 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 24 Jun 2022 07:20:42 +0200 Subject: render: use internal_features to indicate EGL support Instead of checking whether the wlr_egl dependencies are available in the GLES2 code, introduce internal_features['egl'] and check that field. When updating the EGL dependency list, we no longer need to update the GLES2 logic. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 971be7e6..992b09b6 100644 --- a/meson.build +++ b/meson.build @@ -96,6 +96,7 @@ features = { } internal_features = { 'xcb-errors': false, + 'egl': false, } wayland_project_options = ['tests=false', 'documentation=false'] -- cgit v1.2.3