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

meson: drop feature plain-gl

This commit is contained in:
Thomas Weißschuh 2023-01-19 18:16:40 +00:00 committed by Dudemanguy
parent 44179398b0
commit 67dbe2a8f4

View File

@ -1197,8 +1197,7 @@ plain_gl = get_option('plain-gl').require(
gl_allowed,
error_message: 'gl was not enabled!',
)
features += {'plain-gl': plain_gl.allowed()}
if features['plain-gl']
if plain_gl.allowed()
features += {'gl': true}
endif