Fix dependencies for libmerged wrt. libsofficeapp

Change-Id: If1575e0bcacbc5c3c40d485063b1025017eef73a
This commit is contained in:
Matúš Kukan 2014-07-03 13:56:23 +02:00
parent f4e35c5c5e
commit 7931b6d398
2 changed files with 4 additions and 1 deletions

View file

@ -47,7 +47,6 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\
sfx \
svl \
svt \
sw \
tk \
tl \
ucbhelper \

View file

@ -108,6 +108,7 @@ gb_EXTRAMERGEDLIBS := \
# we link all object files from these libraries into one, merged library
gb_MERGEDLIBS := \
avmedia \
$(if $(filter $(OS),ANDROID),,basebmp) \
basegfx \
canvastools \
configmgr \
@ -152,6 +153,9 @@ gb_MERGEDLIBS := \
uui \
vcl \
vclopengl \
$(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
$(if $(ENABLE_HEADLESS),,vclplug_svp) \
) \
xmlscript \
xo \
xstor \