diff options
-rw-r--r-- | chart2/Module_chart2.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index 0061c0aabb91..f39140d61002 100644 --- a/chart2/Module_chart2.mk +++ b/chart2/Module_chart2.mk @@ -37,10 +37,11 @@ $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ )) ifeq ($(ENABLE_CHART_TESTS),TRUE) +ifeq ($(WITH_FONTS), TRUE) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_xshape \ )) - +endif endif $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ |