[Libreoffice-commits] core.git: sd/CppunitTest_sd_import_tests.mk

Stephan Bergmann sbergman at redhat.com
Tue Mar 10 03:43:12 PDT 2015


 sd/CppunitTest_sd_import_tests.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1bb614066738f2672da8923c40b5694eed383e86
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Mar 10 11:41:45 2015 +0100

    Missing dependency
    
    since 44337a1fdae8cdc68b6cf539166e60feea879a9b "Unit tests for PDF import"
    
    Change-Id: I6c7746814af669dd0eb45b1013577cacc109a014

diff --git a/sd/CppunitTest_sd_import_tests.mk b/sd/CppunitTest_sd_import_tests.mk
index c30aef6..73c2985 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:


More information about the Libreoffice-commits mailing list