summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-06-25 13:32:00 +0100
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-06-25 13:32:00 +0100
commit74a0782166c6afd9bd2352e12ef1ce7d4dccaa5c (patch)
tree0bb89fe9a7e9ae778da8f0fac86013196f68941f /desktop
parent858d1b2de1b1f0616484eec9fac92e02174a2fda (diff)
Add all the required conditions for vclplug_svp.
As per Repository.mk, we only have this on linux AND headless. Change-Id: I708c89e38a661afb839ab1ac3e48ff9b2ecc040c
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Library_sofficeapp.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk
index 7edad8ed78be..870a2dbfdc66 100644
--- a/desktop/Library_sofficeapp.mk
+++ b/desktop/Library_sofficeapp.mk
@@ -53,7 +53,9 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\
ucbhelper \
utl \
vcl \
- $(if $(ENABLE_HEADLESS),,vclplug_svp) \
+ $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
+ $(if $(ENABLE_HEADLESS),,vclplug_svp) \
+ ) \
$(gb_UWINAPI) \
))