summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript13
1 files changed, 9 insertions, 4 deletions
diff --git a/wscript b/wscript
index 9c4c823a08..a50dcfed69 100644
--- a/wscript
+++ b/wscript
@@ -783,15 +783,20 @@ video_output_features = [
),
}, {
'name': '--gl',
- 'desc': 'OpenGL video outputs',
+ 'desc': 'OpenGL context support',
'deps': 'gl-cocoa || gl-x11 || egl-x11 || egl-drm || '
+ 'gl-win32 || gl-wayland || rpi || mali-fbdev || '
+ 'plain-gl',
'func': check_true,
+ }, {
+ 'name': '--gpu',
+ 'desc': 'GPU-accelerated video output support',
+ 'deps': 'gl',
+ 'func': check_true,
'req': True,
- 'fmsg': "No OpenGL video output found or enabled. " +
- "Aborting. If you really mean to compile without OpenGL " +
- "video outputs use --disable-gl."
+ 'fmsg': "No GPU context found or enabled. Aborting. " +
+ "If you really mean to compile without support for " +
+ "`--vo=gpu`, then use --disable-gpu."
}, {
'name': 'egl-helpers',
'desc': 'EGL helper functions',