From 0d122f8963c6ff43f2b7c9f5828163b07ef5febf Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 4 May 2017 23:44:06 +0200 Subject: wscript: make OpenGL VO failure message less misleading It doesn't even use OpenGL header anymore. What it needs are EGL and GLX libs/header and similar. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index a24d4852f2..0ab949544a 100644 --- a/wscript +++ b/wscript @@ -751,7 +751,7 @@ video_output_features = [ 'plain-gl' ], 'func': check_true, 'req': True, - 'fmsg': "Unable to find OpenGL header files for video output. " + + 'fmsg': "No OpenGL video output found or enabled. " + "Aborting. If you really mean to compile without OpenGL " + "video outputs use --disable-gl." }, { -- cgit v1.2.3