summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-08-01 22:34:08 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-02 19:16:35 +0200
commit094f440646ce923a437749cf546c247f81b392bf (patch)
treed7ff8e50a6133081caacc54fe46dfd1176b2c4ba
parentf8e8e476aa0a5576234dbb4daac9dc299e044e61 (diff)
fix deps for sw_ooxmlexport test
Change-Id: I27f029ae68cad37c036fb048c7c19d39949f779e
-rw-r--r--sw/CppunitTest_sw_ooxmlexport.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport.mk b/sw/CppunitTest_sw_ooxmlexport.mk
index 369f1ae99ea4..1d30e316afa1 100644
--- a/sw/CppunitTest_sw_ooxmlexport.mk
+++ b/sw/CppunitTest_sw_ooxmlexport.mk
@@ -50,4 +50,11 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ooxmlexport))
+$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlexport,\
+ oox_customshapes \
+ oox_generated \
+))
+
+$(call gb_CppunitTest_get_target,sw_ooxmlexport) : $(call gb_Library_get_target,iti)
+
# vim: set noet sw=4 ts=4: