summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_filters_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-14 11:32:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-14 17:13:43 +0100
commitff7c2cd0dc89f0ffa6742f1f5dcf89f5a6f03839 (patch)
tree5acd7692e59d499143c82746eee4b7f5c108c715 /sd/CppunitTest_sd_filters_test.mk
parent9e8a593b44a3acb97297439f3d93be2c673a3625 (diff)
Resolves: fdo#84887 TabBar::ImplShowPage crash
Change-Id: I84250c6a40baeabd0d12958dfe0aea346d2b4fc8
Diffstat (limited to 'sd/CppunitTest_sd_filters_test.mk')
-rw-r--r--sd/CppunitTest_sd_filters_test.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk
index f149e1321d44..083108032cbb 100644
--- a/sd/CppunitTest_sd_filters_test.mk
+++ b/sd/CppunitTest_sd_filters_test.mk
@@ -102,6 +102,9 @@ $(eval $(call gb_CppunitTest_use_components,sd_filters_test,\
$(eval $(call gb_CppunitTest_use_configuration,sd_filters_test))
-$(call gb_CppunitTest_get_target,sd_filters_test) : $(call gb_AllLangResTarget_get_target,sd)
+# sd dlopens libicg.so for cgm import, so ensure its built by now
+$(call gb_CppunitTest_get_target,sd_filters_test) : | \
+ $(call gb_AllLangResTarget_get_target,sd) \
+ $(call gb_Library_get_target,icg) \
# vim: set noet sw=4 ts=4: