Skip to content
Snippets Groups Projects
Commit 42824072 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

we now link explicitely with the GL libraries in libRGL.so

git-svn-id: http://root.cern.ch/svn/root/trunk@112 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3a8cc9ea
No related merge requests found
{
gSystem.Load("/usr/X11R6/lib/libXmu.so");
gSystem.Load("$ROOTSYS/opengl/lib/libMesaGL.so");
gSystem.Load("$ROOTSYS/opengl/lib/libMesaGLU.so");
gSystem.Load("$ROOTSYS/lib/libRGL.so");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment