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