summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-21 20:35:59 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-23 00:35:25 +0100
commit7289ee9b9ce2346fa58dfa7c2f2b318f6db40d4d (patch)
tree2f72a75fc82385833777fd8c9b1db393bde4b00b /unotest
parent5268d722a2dcc5a20e81444996da6306662de922 (diff)
unotest: unobootstrapprotector needs runtime dependency on unorc
Change-Id: Ie6ed784bb9676b9de8a51762aa58d0c75e071cfd
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: