[Libreoffice-commits] core.git: vcl/CppunitTest_vcl_graphic_test.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Feb 4 18:20:55 UTC 2019


 vcl/CppunitTest_vcl_graphic_test.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 579a2ff4e108aefffc1a06b2a7379beebc58f1d4
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Mon Feb 4 17:30:22 2019 +0100
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon Feb 4 19:20:34 2019 +0100

    vcl_graphic_test requires Library_gie for .gif
    
    Change-Id: I771ea527cf38c5ba19b337fe1a6b377312de9fbb
    Reviewed-on: https://gerrit.libreoffice.org/67370
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/vcl/CppunitTest_vcl_graphic_test.mk b/vcl/CppunitTest_vcl_graphic_test.mk
index 89cb122bc7d6..749482663c2a 100644
--- a/vcl/CppunitTest_vcl_graphic_test.mk
+++ b/vcl/CppunitTest_vcl_graphic_test.mk
@@ -51,4 +51,7 @@ $(eval $(call gb_CppunitTest_use_components,vcl_graphic_test,\
 
 $(eval $(call gb_CppunitTest_use_configuration,vcl_graphic_test))
 
+# we need to explicitly depend on Library_gie because it's dynamically loaded for .gif
+$(call gb_CppunitTest_get_target,vcl_graphic_test) : $(call gb_Library_get_target,gie)
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list