changed the default opengl library string to "libGL.so.1"

This commit is contained in:
Steven Fuller 2004-01-12 20:39:35 +00:00 committed by Patryk Obara
parent 81b1a6509b
commit de29fd1d10

View file

@ -72,7 +72,8 @@ int WantSound = 1;
static int WantCDRom = 1;
static int WantJoystick = 1;
static const char * opengl_library = "/usr/lib/libGL.so.1:/usr/lib/tls/libGL.so.1:/usr/X11R6/lib/libGL.so";
/* originally was "/usr/lib/libGL.so.1:/usr/lib/tls/libGL.so.1:/usr/X11R6/lib/libGL.so" */
static const char * opengl_library = "libGL.so.1";
/* ** */