unotest: unobootstrapprotector needs runtime dependency on unorc

Change-Id: Ie6ed784bb9676b9de8a51762aa58d0c75e071cfd
This commit is contained in:
Michael Stahl 2015-02-21 20:35:59 +01:00
parent 5268d722a2
commit 7289ee9b9c

View file

@ -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: