Kaydet (Commit) 5de206a7 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

rename SYSTEM_LIBWPD to SYSTEM_WPD to remove specialcasing

Change-Id: Ibc8178e2dd7209705cb752f9570e414483c319a7
üst fe8bcfa4
...@@ -1284,7 +1284,7 @@ endef ...@@ -1284,7 +1284,7 @@ endef
endif # SYSTEM_VISIO endif # SYSTEM_VISIO
ifeq ($(SYSTEM_LIBWPD),YES) ifeq ($(SYSTEM_WPD),YES)
define gb_LinkTarget__use_wpd define gb_LinkTarget__use_wpd
$(call gb_LinkTarget_set_include,$(1),\ $(call gb_LinkTarget_set_include,$(1),\
...@@ -1296,7 +1296,7 @@ $(call gb_LinkTarget_add_libs,$(1),$(WPD_LIBS)) ...@@ -1296,7 +1296,7 @@ $(call gb_LinkTarget_add_libs,$(1),$(WPD_LIBS))
endef endef
gb_ExternalProject__use_wpd := gb_ExternalProject__use_wpd :=
else # !SYSTEM_LIBWPD else # !SYSTEM_WPD
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
wpd-0.9 \ wpd-0.9 \
...@@ -1316,7 +1316,7 @@ $(call gb_ExternalProject_use_package,$(1),libwpd) ...@@ -1316,7 +1316,7 @@ $(call gb_ExternalProject_use_package,$(1),libwpd)
endef endef
endif # SYSTEM_LIBWPD endif # SYSTEM_WPD
ifeq ($(SYSTEM_LIBWPG),YES) ifeq ($(SYSTEM_LIBWPG),YES)
......
...@@ -554,7 +554,7 @@ export SYSTEM_LIBMSPUB=@SYSTEM_LIBMSPUB@ ...@@ -554,7 +554,7 @@ export SYSTEM_LIBMSPUB=@SYSTEM_LIBMSPUB@
export SYSTEM_LIBORCUS=@SYSTEM_LIBORCUS@ export SYSTEM_LIBORCUS=@SYSTEM_LIBORCUS@
export SYSTEM_LIBPNG=@SYSTEM_LIBPNG@ export SYSTEM_LIBPNG=@SYSTEM_LIBPNG@
export SYSTEM_VISIO=@SYSTEM_VISIO@ export SYSTEM_VISIO=@SYSTEM_VISIO@
export SYSTEM_LIBWPD=@SYSTEM_LIBWPD@ export SYSTEM_WPD=@SYSTEM_WPD@
export SYSTEM_LIBWPG=@SYSTEM_LIBWPG@ export SYSTEM_LIBWPG=@SYSTEM_LIBWPG@
export SYSTEM_LIBWPS=@SYSTEM_LIBWPS@ export SYSTEM_LIBWPS=@SYSTEM_LIBWPS@
export SYSTEM_LIBXML=@SYSTEM_LIBXML@ export SYSTEM_LIBXML=@SYSTEM_LIBXML@
......
...@@ -7297,8 +7297,6 @@ else ...@@ -7297,8 +7297,6 @@ else
fi fi
libo_CHECK_SYSTEM_MODULE([libwpd],[WPD],[libwpd-0.9 libwpd-stream-0.9]) libo_CHECK_SYSTEM_MODULE([libwpd],[WPD],[libwpd-0.9 libwpd-stream-0.9])
fi fi
SYSTEM_LIBWPD=$SYSTEM_WPD
AC_SUBST(SYSTEM_LIBWPD)
dnl =================================================================== dnl ===================================================================
dnl Check for system lcms2 dnl Check for system lcms2
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
$(eval $(call gb_Module_Module,libwpd)) $(eval $(call gb_Module_Module,libwpd))
ifeq ($(SYSTEM_LIBWPD),NO) ifeq ($(SYSTEM_WPD),NO)
$(eval $(call gb_Module_add_targets,libwpd,\ $(eval $(call gb_Module_add_targets,libwpd,\
ExternalProject_libwpd \ ExternalProject_libwpd \
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
$(eval $(call gb_Module_Module,writerperfect)) $(eval $(call gb_Module_Module,writerperfect))
ifneq (,$(SYSTEM_LIBWPD)) ifneq (,$(SYSTEM_WPD))
ifneq (,$(SYSTEM_LIBWPS)) ifneq (,$(SYSTEM_LIBWPS))
$(eval $(call gb_Module_add_targets,writerperfect,\ $(eval $(call gb_Module_add_targets,writerperfect,\
Library_wpftwriter \ Library_wpftwriter \
...@@ -27,7 +27,7 @@ $(eval $(call gb_Module_add_targets,writerperfect,\ ...@@ -27,7 +27,7 @@ $(eval $(call gb_Module_add_targets,writerperfect,\
endif endif
endif endif
ifneq (,$(SYSTEM_LIBWPD)) ifneq (,$(SYSTEM_WPD))
ifneq (,$(SYSTEM_LIBWPG)) ifneq (,$(SYSTEM_LIBWPG))
ifneq (,$(SYSTEM_VISIO)) ifneq (,$(SYSTEM_VISIO))
ifneq (,$(SYSTEM_LIBCDR)) ifneq (,$(SYSTEM_LIBCDR))
...@@ -41,7 +41,7 @@ endif ...@@ -41,7 +41,7 @@ endif
endif endif
endif endif
ifneq (,$(SYSTEM_LIBWPD)) ifneq (,$(SYSTEM_WPD))
ifneq (,$(SYSTEM_LIBWPG)) ifneq (,$(SYSTEM_LIBWPG))
$(eval $(call gb_Module_add_targets,writerperfect,\ $(eval $(call gb_Module_add_targets,writerperfect,\
StaticLibrary_writerperfect \ StaticLibrary_writerperfect \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment