fix to find opengl on some osf systems
This commit is contained in:
parent
49ced45dc0
commit
7965cfb339
|
@ -86,6 +86,7 @@ ELSE (WIN32)
|
|||
/opt/graphics/OpenGL/lib
|
||||
/usr/openwin/lib
|
||||
/usr/X11R6/lib
|
||||
/usr/shlib
|
||||
)
|
||||
|
||||
# On Unix OpenGL most certainly always requires X11.
|
||||
|
@ -110,6 +111,7 @@ ELSE (WIN32)
|
|||
/opt/graphics/OpenGL/lib
|
||||
/usr/openwin/lib
|
||||
/usr/X11R6/lib
|
||||
/usr/shlib
|
||||
)
|
||||
|
||||
ENDIF (WIN32)
|
||||
|
|
Loading…
Reference in New Issue