Added GTK and GLUT guards to osgbrowser include
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user