summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-01-19 18:16:40 +0000
committerDudemanguy <random342@airmail.cc>2023-01-19 22:15:14 +0000
commit67dbe2a8f46926951af01a4ac91937f283898bb2 (patch)
treea2ba2dd186fd660af6f6e829048cb5c90c2eb167 /meson.build
parent44179398b0880393f3e925a624d29564a6c7a54f (diff)
downloadmpv-67dbe2a8f46926951af01a4ac91937f283898bb2.tar.bz2
mpv-67dbe2a8f46926951af01a4ac91937f283898bb2.tar.xz
meson: drop feature plain-gl
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 28a007ee05..56b1685fac 100644
--- a/meson.build
+++ b/meson.build
@@ -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