Kaydet (Commit) 449157ca authored tarafından Markus Mohrhard's avatar Markus Mohrhard

disable building the OpenGL pieces

üst 7dab0e86
......@@ -220,7 +220,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
canvastools \
chartcore \
chartcontroller \
chartopengl \
$(if $(filter $(OS),WNT),,cmdmail) \
cppcanvas \
configmgr \
......
......@@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,chart2))
$(eval $(call gb_Module_add_targets,chart2,\
Library_chartcontroller \
Library_chartcore \
Library_chartopengl \
UIConfig_chart2 \
))
......
......@@ -78,6 +78,7 @@ AbstractShapeFactory* AbstractShapeFactory::getOrCreateShapeFactory(uno::Referen
if(pShapeFactory)
return pShapeFactory;
/*
if(getenv("CHART_DUMMY_FACTORY"))
{
osl::Module* pModule = getOpenGLModule();
......@@ -91,6 +92,7 @@ AbstractShapeFactory* AbstractShapeFactory::getOrCreateShapeFactory(uno::Referen
}
}
}
*/
if(!pShapeFactory)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment