diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-25 13:32:00 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-25 13:32:00 +0100 |
commit | 74a0782166c6afd9bd2352e12ef1ce7d4dccaa5c (patch) | |
tree | 0bb89fe9a7e9ae778da8f0fac86013196f68941f /desktop/Library_sofficeapp.mk | |
parent | 858d1b2de1b1f0616484eec9fac92e02174a2fda (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/Library_sofficeapp.mk')
-rw-r--r-- | desktop/Library_sofficeapp.mk | 4 |
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) \ )) |