diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-16 09:21:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-16 14:00:45 +0200 |
commit | c87f405fe55fad174ddfd363471a0bdfba9aae02 (patch) | |
tree | f74ce89a38485c55c9f332b5409e99f844c1f4a9 /sd | |
parent | eca99b2dec0219893eaefa231b789cf6bab838ac (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_uimpress.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |