summaryrefslogtreecommitdiff
path: root/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-10 18:14:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-10 18:17:48 +0100
commitb7e1bfefeef372834d4b335820d654e0557c6834 (patch)
treebb78a08491d38e2b553c41c8e6ed2cf7cc9931da /libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
parent5d970faf2e5444c35e9c614eb55d621b02b0289e (diff)
Fix CppunitTest_libreofficekit_tiledrendering dependencies
Remove the unnecessary ones, but make sure that e.g. the sofficeapp library is built (which was not covered by depending on services.rdb). Change-Id: I1adfa4aaaf60787c944d71cc289cdafba8351c1b
Diffstat (limited to 'libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk')
-rw-r--r--libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
index 783074fc455c..5b1727efbe98 100644
--- a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
+++ b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
@@ -21,11 +21,7 @@ $(eval $(call gb_CppunitTest_use_external,libreofficekit_tiledrendering,boost_he
# our test specifically tests LOK only functionality which would otherwise not
# require any normal LO api/libraries.
$(eval $(call gb_CppunitTest_use_libraries,libreofficekit_tiledrendering, \
- cppu \
sal \
- tl \
- test \
- vcl \
$(gb_UWINAPI) \
))
@@ -37,13 +33,6 @@ $(eval $(call gb_CppunitTest_add_libs,libreofficekit_tiledrendering,\
))
endif
-$(eval $(call gb_CppunitTest_use_sdk_api,libreofficekit_tiledrendering))
-
-$(eval $(call gb_CppunitTest_use_ure,libreofficekit_tiledrendering))
-
-# Depend on ~everything, as tiled rendering can use most parts of LO.
-$(eval $(call gb_CppunitTest_use_rdb,libreofficekit_tiledrendering,services))
-
$(eval $(call gb_CppunitTest_use_configuration,libreofficekit_tiledrendering))
# vim: set noet sw=4 ts=4: