diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-10 11:41:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-10 11:41:45 +0100 |
commit | 1bb614066738f2672da8923c40b5694eed383e86 (patch) | |
tree | da398be4bbec2a8568f9ac9739e57e436fd46bc9 /sd | |
parent | b1534edf523a405b91ad04c5351735e745ceb7ee (diff) |
Missing dependency
since 44337a1fdae8cdc68b6cf539166e60feea879a9b "Unit tests for PDF import"
Change-Id: I6c7746814af669dd0eb45b1013577cacc109a014
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_import_tests.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_import_tests.mk b/sd/CppunitTest_sd_import_tests.mk index c30aef6c11cc..73c2985b202a 100644 --- a/sd/CppunitTest_sd_import_tests.mk +++ b/sd/CppunitTest_sd_import_tests.mk @@ -118,6 +118,8 @@ $(eval $(call gb_CppunitTest_use_packages,sd_import_tests,\ oox_customshapes \ )) +$(eval $(call gb_CppunitTest_use_executable,sd_import_tests,xpdfimport)) + $(call gb_CppunitTest_get_target,sd_import_tests) : $(call gb_AllLangResTarget_get_target,sd) # vim: set noet sw=4 ts=4: |