From 8e9c5b7b661596cd475f65a0b35243f39ba2d34e Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Mon, 15 Aug 2022 11:30:11 -0500 Subject: meson: fix building without gl This needs to be unconditionally added. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 1ce67b3c78..d6344dda5a 100644 --- a/meson.build +++ b/meson.build @@ -1051,6 +1051,7 @@ endif # OpenGL feature checking gl_allowed = get_option('gl').allowed() +features += {'gl': false} GL = dependency('', required: false) if darwin -- cgit v1.2.3