mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
meson: fix building without gl
This needs to be unconditionally added.
This commit is contained in:
parent
1835dfc05c
commit
8e9c5b7b66
@ -1051,6 +1051,7 @@ endif
|
||||
|
||||
# OpenGL feature checking
|
||||
gl_allowed = get_option('gl').allowed()
|
||||
features += {'gl': false}
|
||||
|
||||
GL = dependency('', required: false)
|
||||
if darwin
|
||||
|
Loading…
Reference in New Issue
Block a user