chart2/Library_chartopengl.mk | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 7c13aa5b37dcf1ca586de78c2dea91733822bd22 Author: Rene Engelhard <[email protected]> Date: Sun Jan 28 21:01:56 2018 +0100 chart2/Library_chartopengl.mk also needs -DGLM_ENABLE_EXPERIMENTAL Change-Id: I49852a541545cef587318a8bec38bfa7b9ba8fb0 diff --git a/chart2/Library_chartopengl.mk b/chart2/Library_chartopengl.mk index f999f947bea8..4c7b26aadbb6 100644 --- a/chart2/Library_chartopengl.mk +++ b/chart2/Library_chartopengl.mk @@ -54,5 +54,11 @@ $(eval $(call gb_Library_add_exception_objects,chartopengl,\ chart2/source/view/main/DummyXShape \ chart2/source/view/main/OpenGLRender \ )) + +ifeq ($(SYSTEM_GLM),TRUE) +$(eval $(call gb_Library_add_defs,chartcore,\ + -DGLM_ENABLE_EXPERIMENTAL \ +)) +endif # vim: set noet sw=4 ts=4: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
