add oox to --enable-mergelibs
Change-Id: Ic5158faa07538a688fe609cfd1359ec9ce3b6807 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163089 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
6a83118936
commit
ba3d3c308e
2 changed files with 3 additions and 2 deletions
|
@ -231,9 +231,9 @@ $(eval $(call repositorymodule_serialize,\
|
|||
$(call gb_Helper_optional,DESKTOP,swui) \
|
||||
sw sd \
|
||||
$(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
|
||||
writerfilter cui chartcontroller chartcore oox \
|
||||
writerfilter cui chartcontroller chartcore \
|
||||
$(if $(MERGELIBS), merged, \
|
||||
svx svxcore xo sfx fwk svt vcl) \
|
||||
oox svx svxcore xo sfx fwk svt vcl) \
|
||||
))
|
||||
endif
|
||||
endif # !$(DISABLE_DYNLOADING)
|
||||
|
|
|
@ -61,6 +61,7 @@ gb_MERGE_LIBRARY_LIST := \
|
|||
odfflatxml \
|
||||
offacc \
|
||||
$(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
|
||||
oox \
|
||||
$(if $(filter OPENCL,$(BUILD_TYPE)),opencl) \
|
||||
package2 \
|
||||
passwordcontainer \
|
||||
|
|
Loading…
Reference in a new issue