testtools/CustomTarget_uno_test.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 3dd3e964d5426982304afd84205c30ec9dd45622 Author: Stephan Bergmann <[email protected]> Date: Tue Sep 16 17:52:05 2014 +0200 Missing dependency on uno ini-file Change-Id: I5766aa66da700d5e2962f65510e047655d13a218 diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk index c355d22..016eda3 100644 --- a/testtools/CustomTarget_uno_test.mk +++ b/testtools/CustomTarget_uno_test.mk @@ -15,6 +15,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,testtools/uno_test)) $(call gb_CustomTarget_get_target,testtools/uno_test) : \ $(call gb_Executable_get_runtime_dependencies,uno) \ $(call gb_InternalUnoApi_get_target,bridgetest) \ + $(call gb_Package_get_target,instsetoo_native_setup) \ $(call gb_Rdb_get_target,uno_services) \ $(call gb_Rdb_get_target,ure/services) \ $(call gb_UnoApi_get_target,udkapi) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
