RepositoryExternal.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 986a7625745241d8b2742b9bd15da553c9e6e54a
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon May 4 17:05:55 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon May 4 18:46:33 2020 +0200

    Missing gengal vclplug dependencies for macOS and Windows
    
    Building e.g. Gallery_backgrounds from scratch failed there with
    
      no suitable windowing system found, exiting.
    
    Change-Id: Icf2dd26441554e573914f371d0d5eb21e99f5f0f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93429
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 9cba1af4cb40..ba6437276f28 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3882,6 +3882,8 @@ endef
 define gb_Executable__register_gengal
 $(call gb_Executable_add_runtime_dependencies,gengal,\
        $(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
+       $(if $(filter MACOSX,$(OS)),$(call gb_Library_get_target,vclplug_osx)) \
+       $(if $(filter WNT,$(OS)),$(call gb_Library_get_target,vclplug_win)) \
        $(call gb_Package_get_target_for_build,postprocess_images) \
        $(call gb_Package_get_target_for_build,postprocess_registry) \
        $(INSTROOT_FOR_BUILD)/$(LIBO_URE_ETC_FOLDER)/$(call 
gb_Helper_get_rcfile,uno) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to