summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-11 19:08:10 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 09:53:10 +0100
commitff69e725c218a36d64153b36eb1fecd2b6057803 (patch)
tree8a6e06c3804b82c755945c35f6529ba5f707a378 /RepositoryExternal.mk
parent5866b33bdd4be5dbe7981b4775ffa66430e75ad2 (diff)
normalize values of SYSTEM_GLM, SYSTEM_VIGRA
Change-Id: Idc28f8be610aae57477f18c26ffcb97a24a2ab82
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 769e014be8ec..3f9577167aa6 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -92,7 +92,7 @@ endef
endif
-ifeq ($(SYSTEM_VIGRA),YES)
+ifneq ($(SYSTEM_VIGRA),)
gb_LinkTarget__use_vigra_headers :=
@@ -126,7 +126,7 @@ endef
endif # SYSTEM_MDDS
-ifeq ($(SYSTEM_GLM),YES)
+ifneq ($(SYSTEM_GLM),)
gb_LinkTarget__use_glm_headers :=