From 467946389310007d4847af4970fec9f2a478137b Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 17 Sep 2016 16:42:46 +0200 Subject: add the missing libs for the test Change-Id: Iac96738d84a90f2125c1844c3380ea9a3a9c1645 --- desktop/CppunitTest_desktop_app.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'desktop') diff --git a/desktop/CppunitTest_desktop_app.mk b/desktop/CppunitTest_desktop_app.mk index e7d48e04e1a4..9304dccf5875 100644 --- a/desktop/CppunitTest_desktop_app.mk +++ b/desktop/CppunitTest_desktop_app.mk @@ -19,6 +19,10 @@ $(eval $(call gb_CppunitTest_use_externals,desktop_app, \ icu_headers \ icui18n \ icuuc \ + $(if $(ENABLE_ONLINE_UPDATE_MAR),\ + curl \ + orcus-parser \ + orcus )\ )) $(eval $(call gb_CppunitTest_use_libraries,desktop_app, \ -- cgit