fix to find opengl on some osf systems

This commit is contained in:
Ken Martin 2004-05-01 10:07:41 -04:00
parent 49ced45dc0
commit 7965cfb339
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ ELSE (WIN32)
/opt/graphics/OpenGL/lib /opt/graphics/OpenGL/lib
/usr/openwin/lib /usr/openwin/lib
/usr/X11R6/lib /usr/X11R6/lib
/usr/shlib
) )
# On Unix OpenGL most certainly always requires X11. # On Unix OpenGL most certainly always requires X11.
@ -110,6 +111,7 @@ ELSE (WIN32)
/opt/graphics/OpenGL/lib /opt/graphics/OpenGL/lib
/usr/openwin/lib /usr/openwin/lib
/usr/X11R6/lib /usr/X11R6/lib
/usr/shlib
) )
ENDIF (WIN32) ENDIF (WIN32)