Added GTK and GLUT guards to osgbrowser include
This commit is contained in:
parent
b62cb79c7e
commit
2a1f7f0f7a
@ -112,9 +112,9 @@ IF(DYNAMIC_OPENSCENEGRAPH)
|
||||
ADD_SUBDIRECTORY(osgpdf)
|
||||
ENDIF(POPPLER_FOUND AND CAIRO_FOUND)
|
||||
|
||||
IF (XUL_FOUND)
|
||||
IF (XUL_FOUND AND GTKGL_FOUND AND GLUT_FOUND)
|
||||
ADD_SUBDIRECTORY(osgbrowser)
|
||||
ENDIF(XUL_FOUND)
|
||||
ENDIF(XUL_FOUND AND GTKGL_FOUND AND GLUT_FOUND)
|
||||
|
||||
|
||||
IF (BUILD_OSG_WRAPPERS)
|
||||
|
Loading…
Reference in New Issue
Block a user