Kaydet (Commit) 74a07821 authored tarafından Andrzej Hunt's avatar Andrzej Hunt

Add all the required conditions for vclplug_svp.

As per Repository.mk, we only have this on linux AND headless.

Change-Id: I708c89e38a661afb839ab1ac3e48ff9b2ecc040c
üst 858d1b2d
......@@ -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) \
))
......
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