summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-04-28 13:32:28 +0200
committerDavid Tardon <dtardon@redhat.com>2015-04-29 07:32:16 +0000
commite839377f55d2c7f58eabf01c1609e49dff827a3a (patch)
tree7b446566cd407c0d9b4be6ff75d4e8c2c18b6dd7 /unotest
parentaf424114d0648cead5c05eb70adbed499ffae581 (diff)
RepositoryExternal.mk: gengal needs runtime dependency on unorc
(cherry picked from commit ae08fceafc47279d17d6e1d002cbcd574b7bf028) unotest: unobootstrapprotector needs runtime dependency on unorc Change-Id: Ie6ed784bb9676b9de8a51762aa58d0c75e071cfd (cherry picked from commit 7289ee9b9ce2346fa58dfa7c2f2b318f6db40d4d) Reviewed-on: https://gerrit.libreoffice.org/15558 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'unotest')
-rw-r--r--unotest/Library_unobootstrapprotector.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/unotest/Library_unobootstrapprotector.mk b/unotest/Library_unobootstrapprotector.mk
index cb32bf981cae..3ec8b1689b04 100644
--- a/unotest/Library_unobootstrapprotector.mk
+++ b/unotest/Library_unobootstrapprotector.mk
@@ -29,4 +29,9 @@ $(eval $(call gb_Library_add_exception_objects,unobootstrapprotector,\
unotest/source/cpp/unobootstrapprotector/unobootstrapprotector \
))
+# runtime dependency: needs unorc/uno.ini
+$(eval $(call gb_Library_use_package,unobootstrapprotector,\
+ instsetoo_native_setup_ure \
+))
+
# vim: set noet sw=4 ts=4: