Skip to content
Snippets Groups Projects
Commit 4617ed22 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Clarify wording of libGL dlopen wrapper warning

parent 0a3f2b76
Branches
Tags
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -28,10 +28,10 @@ static void *_dlopen (const char *filename, int flag)
if( !handle && libgl_self_dl_hack )
{
fprintf( stderr, "dlmopen(\"%s\", %d) failed: %s",
fprintf( stderr, "dlmopen(\"%s\", %d) failed: %s\n",
filename, flag, dlerror() );
fprintf( stderr, " This can occur if your dri driver is not linked "
"with libglapi.so.\n This bug is known to exist in Mesa "
"with libglapi.so.\n This bug is known to affect Mesa "
"versions before 17.x\n" );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment