0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

meson: fix building without gl

This needs to be unconditionally added.
This commit is contained in:
Dudemanguy 2022-08-15 11:30:11 -05:00
parent 1835dfc05c
commit 8e9c5b7b66

View File

@ -1051,6 +1051,7 @@ endif
# OpenGL feature checking
gl_allowed = get_option('gl').allowed()
features += {'gl': false}
GL = dependency('', required: false)
if darwin