Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On 23 May 2013 17:21, Riccardo Magliocchetti
<riccardo.magliocchetti@gmail.com> wrote:
i need this to unbreak --enable-headless compilation (still compiling) with
latest master but it puzzles me the other vclplug entries doesn't need the
same check, any hint on what --enable-headless is doing wrong since this
does not break other GUIBASEs?

diff --git a/Repository.mk b/Repository.mk
index c6a779d..97bcece 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -431,7 +431,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
     vclplug_tde \
     vclplug_kde \
     vclplug_kde4 \
-    vclplug_svp \
+    $(if $(filter unx,$(GUIBASE)),vclplug_svp) \

Why do you need this ? What does it fix ?
I don't see any obvious reason for this... nor how it could be related
to --enable-headless

--
Matus

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.