diff options
author | David Tardon <dtardon@redhat.com> | 2014-08-01 23:57:48 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-08-02 19:16:36 +0200 |
commit | 485216a9da423361e75c94a49b24600e29e70978 (patch) | |
tree | 08996985e206fb355370fb59d4fd4308e4c21f1f /sd | |
parent | 6520c07048c2e04b48012bb7637f7ad3d22ca059 (diff) |
fix deps for sd_import_tests
Change-Id: Ica864f8fc654df3dfeb83850ede43473904de261
Diffstat (limited to 'sd')
-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: |