mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 14:26:57 +00:00
meson: drop feature plain-gl
This commit is contained in:
parent
44179398b0
commit
67dbe2a8f4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user