[Libreoffice-commits] core.git: sd/CppunitTest_sd_uimpress.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 16 12:01:35 UTC 2019


 sd/CppunitTest_sd_uimpress.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c87f405fe55fad174ddfd363471a0bdfba9aae02
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jul 16 09:21:28 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jul 16 14:00:45 2019 +0200

    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 at redhat.com>

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 \


More information about the Libreoffice-commits mailing list