summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-07 21:13:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-03-07 22:11:42 +0100
commitf23651ff10da2d4bbbc47d0152b5cc321c29f0d1 (patch)
treef3e7fe0892f0874326a328eca5419715902e407c /RepositoryExternal.mk
parenttdf#116163 import test (diff)
downloadcore-f23651ff10da2d4bbbc47d0152b5cc321c29f0d1.tar.gz
core-f23651ff10da2d4bbbc47d0152b5cc321c29f0d1.zip
Missing dependencies
Change-Id: Iabdc81c9df2cc50ec4f4713af42d2fb9c3cc1f43 Reviewed-on: https://gerrit.libreoffice.org/50915 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk8
1 files changed, 8 insertions, 0 deletions
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