Hi,
On 5 June 2013 19:46, Riccardo Magliocchetti
<riccardo.magliocchetti@gmail.com> wrote:
Finally find some more time to investigate the issue and produced the
attached patch. I think that the correct check for svplug stuff should be
GUIBASE == unx as done in vcl/Module_vcl.mk.
Except you need to check this for build platform when cross-compiling,
so it should be GUIBASE_FOR_BUILD which does not exist and we don't
want to introduce it.
Try something like: (and the same in solenv/gbuild/Gallery.mk)
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
- $(if $(filter-out MACOSX WNT,$(OS_FOR_BUILD)), \
+ $(if $(filter-out MACOSX WNT,$(OS_FOR_BUILD)),$(if
$(ENABLE_HEADLESS),, \
$(call gb_Library_get_target,vclplug_svp) \
- ) \
+ )) \
Best,
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.