Kaydet (Commit) 7931b6d3 authored tarafından Matúš Kukan's avatar Matúš Kukan

Fix dependencies for libmerged wrt. libsofficeapp

Change-Id: If1575e0bcacbc5c3c40d485063b1025017eef73a
üst f4e35c5c
......@@ -47,7 +47,6 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\
sfx \
svl \
svt \
sw \
tk \
tl \
ucbhelper \
......
......@@ -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 \
......
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