From 7289ee9b9ce2346fa58dfa7c2f2b318f6db40d4d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 21 Feb 2015 20:35:59 +0100 Subject: unotest: unobootstrapprotector needs runtime dependency on unorc Change-Id: Ie6ed784bb9676b9de8a51762aa58d0c75e071cfd --- unotest/Library_unobootstrapprotector.mk | 5 +++++ 1 file changed, 5 insertions(+) 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: -- cgit