RepositoryExternal.mk | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit f23651ff10da2d4bbbc47d0152b5cc321c29f0d1
Author: Stephan Bergmann <[email protected]>
Date: Wed Mar 7 21:13:36 2018 +0100
Missing dependencies
Change-Id: Iabdc81c9df2cc50ec4f4713af42d2fb9c3cc1f43
Reviewed-on: https://gerrit.libreoffice.org/50915
Tested-by: Jenkins <[email protected]>
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index aecbd71b8b43..eb91d14c3152 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3927,6 +3927,14 @@ $(call gb_Executable_add_runtime_dependencies,saxparser,\
)
endef
+define gb_Executable__register_svidl
+$(call gb_Executable_add_runtime_dependencies,svidl, \
+ $(call gb_Helper_optional,GPGMEPP, \
+ $(call gb_Helper_optional,LIBASSUAN,$(call
gb_Package_get_target_for_build,libassuan)) \
+ $(call gb_Helper_optional,LIBGPGERROR,$(call
gb_Package_get_target_for_build,libgpg-error))) \
+)
+endef
+
# NOTE: the dependencies on ure/services.rdb and udkapi.rdb are implicitly
# required due to the settings for URE_SERVICES and URE_TYPES in
# cppuhelper/source/unorc
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits