summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-30 12:24:02 +0200
committerMichael Stahl <mstahl@redhat.com>2016-03-30 12:24:39 +0200
commit1fe53fe514dac2445197a663025ccb35ddd6b794 (patch)
tree66243045ed05d2cce45973bc1ac93075fd42532f /RepositoryExternal.mk
parent911261a3a581b9f2f4262f1d5403d9be3bbecf63 (diff)
RepositoryExternal: fix confusing condition
This looks like it does XOR but vmiklos says it should do OR. Change-Id: I11cee255fb243d0cd763e97d13da1e31a8e598e9
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 af22fe2bc576..3582790ad3ba 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -183,7 +183,7 @@ endef
endif # SYSTEM_CPPUNIT
-ifeq ($(ENABLE_OPENGL)$(if $(filter ANDROID,$(OS)),TRUE),TRUE)
+ifneq ($(ENABLE_OPENGL)$(if $(filter ANDROID,$(OS)),TRUE),)
ifneq ($(SYSTEM_GLEW),)
define gb_LinkTarget__use_glew