summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-09-27 21:27:03 +0200
committerCaolán McNamara <caolanm@redhat.com>2016-09-28 15:35:34 +0000
commitde299945d0b2ef24c4557db670dc7d78301f1ba7 (patch)
tree3aaac538c06c50f222aacb3692118fd479d8f634 /RepositoryExternal.mk
parentd8e46307cd8190c93c0b60e394475536b40e3a46 (diff)
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 <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 135cd7f63553..0fc7d25fee0d 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