summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_graphic_test.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-02-04 17:30:22 +0100
committerLuboš Luňák <l.lunak@collabora.com>2019-02-04 19:20:34 +0100
commit579a2ff4e108aefffc1a06b2a7379beebc58f1d4 (patch)
tree4f8700145a15a2c0384e25aa4560a4079701cac5 /vcl/CppunitTest_vcl_graphic_test.mk
parent82365563fb2fd55d90d444a104fa475d4ffc4cf1 (diff)
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@collabora.com>
Diffstat (limited to 'vcl/CppunitTest_vcl_graphic_test.mk')
-rw-r--r--vcl/CppunitTest_vcl_graphic_test.mk3
1 files changed, 3 insertions, 0 deletions
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: