diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-05-04 17:05:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-05-04 18:46:33 +0200 |
commit | 986a7625745241d8b2742b9bd15da553c9e6e54a (patch) | |
tree | dc4e5767600177b7ccb995453865476f43880ef0 | |
parent | 0eac1549c9b6d84142238e62f629bd58321da727 (diff) |
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 <sbergman@redhat.com>
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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) \ |