rename SYSTEM_LIBVISIO to SYSTEM_VISIO to remove specialcasing
Change-Id: Ib895be66ecb4c95a86696007fdda453d3a3b34e0
This commit is contained in:
parent
88ed6d1348
commit
fe8bcfa422
@ -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)
|
||||
|
@ -553,7 +553,7 @@ export SYSTEM_LIBLANGTAG=@SYSTEM_LIBLANGTAG@
|
||||
export SYSTEM_LIBMSPUB=@SYSTEM_LIBMSPUB@
|
||||
export SYSTEM_LIBORCUS=@SYSTEM_LIBORCUS@
|
||||
export SYSTEM_LIBPNG=@SYSTEM_LIBPNG@
|
||||
export SYSTEM_LIBVISIO=@SYSTEM_LIBVISIO@
|
||||
export SYSTEM_VISIO=@SYSTEM_VISIO@
|
||||
export SYSTEM_LIBWPD=@SYSTEM_LIBWPD@
|
||||
export SYSTEM_LIBWPG=@SYSTEM_LIBWPG@
|
||||
export SYSTEM_LIBWPS=@SYSTEM_LIBWPS@
|
||||
|
@ -7279,15 +7279,12 @@ if test $_os = iOS; then
|
||||
else
|
||||
libo_CHECK_SYSTEM_MODULE([libvisio],[VISIO],[libvisio-0.0])
|
||||
fi
|
||||
SYSTEM_LIBVISIO=$SYSTEM_VISIO
|
||||
AC_SUBST(SYSTEM_LIBVISIO)
|
||||
|
||||
dnl ===================================================================
|
||||
dnl Check for system libcmis
|
||||
dnl ===================================================================
|
||||
libo_CHECK_SYSTEM_MODULE([libcmis],[CMIS],[libcmis-0.3 >= 0.3.0])
|
||||
|
||||
|
||||
dnl ===================================================================
|
||||
dnl Check for system libwpd
|
||||
dnl ===================================================================
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
$(eval $(call gb_Module_Module,libvisio))
|
||||
|
||||
ifeq ($(SYSTEM_LIBVISIO),NO)
|
||||
ifeq ($(SYSTEM_VISIO),NO)
|
||||
|
||||
$(eval $(call gb_Module_add_targets,libvisio,\
|
||||
ExternalPackage_libvisio \
|
||||
|
@ -29,7 +29,7 @@ endif
|
||||
|
||||
ifneq (,$(SYSTEM_LIBWPD))
|
||||
ifneq (,$(SYSTEM_LIBWPG))
|
||||
ifneq (,$(SYSTEM_LIBVISIO))
|
||||
ifneq (,$(SYSTEM_VISIO))
|
||||
ifneq (,$(SYSTEM_LIBCDR))
|
||||
ifneq (,$(SYSTEM_LIBMSPUB))
|
||||
$(eval $(call gb_Module_add_targets,writerperfect,\
|
||||
|
Loading…
x
Reference in New Issue
Block a user