From c87f405fe55fad174ddfd363471a0bdfba9aae02 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 16 Jul 2019 09:21:28 +0200 Subject: Missing test dependency (a macOS build of mine happened to fail in CppunitTest_sd_uimpress with "no suitable windowing system found, exiting" when instdir/LibreOffice.app/Contents/Frameworks/libvclplug_osxlo.dylib had not been built yet) Change-Id: Ic699648f6b0dffd9ed01cf97cf624efe2ef8be30 Reviewed-on: https://gerrit.libreoffice.org/75679 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sd/CppunitTest_sd_uimpress.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sd') diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index 3adb271e0907..4a36cc687062 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -94,6 +94,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sd_uimpress,\ )) $(eval $(call gb_CppunitTest_use_ure,sd_uimpress)) +$(eval $(call gb_CppunitTest_use_vcl,sd_uimpress)) $(eval $(call gb_CppunitTest_use_components,sd_uimpress,\ configmgr/source/configmgr \ -- cgit