summaryrefslogtreecommitdiff
path: root/desktop/Library_sofficeapp.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-02 14:59:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-02 17:34:59 +0000
commit6efb7f65eea764ffe5b71f65f9b7eea125183ec3 (patch)
treec0d973cf43cd39f51bb5dbbcec95b3d9f1cf96af /desktop/Library_sofficeapp.mk
parent61439adce623ce2e66d9f009f877e165b62f2051 (diff)
if you link vclplug_svp to desktop you end up with duplicate font caches
so how about we just move all of the svp "headless" stuff into vcl proper Change-Id: Ibf4ab0b0698ef031ffeeb05ef9bbcf3b89144010 Reviewed-on: https://gerrit.libreoffice.org/14714 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/Library_sofficeapp.mk')
-rw-r--r--desktop/Library_sofficeapp.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk
index f674d6b06631..241be850a980 100644
--- a/desktop/Library_sofficeapp.mk
+++ b/desktop/Library_sofficeapp.mk
@@ -59,9 +59,6 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\
ucbhelper \
utl \
vcl \
- $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
- $(if $(ENABLE_HEADLESS),,vclplug_svp) \
- ) \
$(gb_UWINAPI) \
))