diff options
-rw-r--r-- | sd/CppunitTest_sd_import_tests.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_import_tests.mk b/sd/CppunitTest_sd_import_tests.mk index e4801ac8151b..e0658500dbbc 100644 --- a/sd/CppunitTest_sd_import_tests.mk +++ b/sd/CppunitTest_sd_import_tests.mk @@ -114,6 +114,10 @@ $(eval $(call gb_CppunitTest_add_arguments,sd_import_tests,\ "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \ )) +$(eval $(call gb_CppunitTest_use_packages,sd_import_tests,\ + oox_customshapes \ +)) + $(call gb_CppunitTest_get_target,sd_import_tests) : $(call gb_AllLangResTarget_get_target,sd) # vim: set noet sw=4 ts=4: |