RepositoryExternal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit de299945d0b2ef24c4557db670dc7d78301f1ba7 Author: Michael Stahl <[email protected]> Date: Tue Sep 27 21:27:03 2016 +0200 RepositoryExternal: enable glew also for ENABLE_OPENGL_CANVAS The OpenGL variables were refactored quite a bit on master, but this just fixes the --enable-mpl-subset build that was reported as broken on the list. Change-Id: Ida91a7654e905542b9e129c5d56a312ea2fa65c6 Reviewed-on: https://gerrit.libreoffice.org/29328 Tested-by: Jenkins <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 135cd7f..0fc7d25 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -183,7 +183,7 @@ endef endif # SYSTEM_CPPUNIT -ifneq ($(ENABLE_OPENGL)$(if $(filter ANDROID,$(OS)),TRUE),) +ifneq ($(ENABLE_OPENGL)$(ENABLE_OPENGL_CANVAS)$(if $(filter ANDROID,$(OS)),TRUE),) ifneq ($(SYSTEM_GLEW),) define gb_LinkTarget__use_glew
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
