diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-19 11:14:46 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-19 13:23:05 +0100 |
commit | fe8bcfa422c654e35ec22b5e3b1a512ae438b565 (patch) | |
tree | 340ba7d111bb1df6fcb423a6948b994396ddbec6 /RepositoryExternal.mk | |
parent | 88ed6d1348b5d3d517afcbe5fa1257d55625f39b (diff) |
rename SYSTEM_LIBVISIO to SYSTEM_VISIO to remove specialcasing
Change-Id: Ib895be66ecb4c95a86696007fdda453d3a3b34e0
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index da19e441ce5f..f838bf8df31b 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -1254,7 +1254,7 @@ endef endif # SYSTEM_LIBMSPUB -ifeq ($(SYSTEM_LIBVISIO),YES) +ifeq ($(SYSTEM_VISIO),YES) define gb_LinkTarget__use_visio $(call gb_LinkTarget_set_include,$(1),\ @@ -1265,7 +1265,7 @@ $(call gb_LinkTarget_add_libs,$(1),$(VISIO_LIBS)) endef -else # !SYSTEM_LIBVISIO +else # !SYSTEM_VISIO $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ visio-0.0 \ @@ -1281,7 +1281,7 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\ endef -endif # SYSTEM_LIBVISIO +endif # SYSTEM_VISIO ifeq ($(SYSTEM_LIBWPD),YES) |