diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-12-15 17:50:06 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-12-15 20:18:46 +0100 |
commit | 39d0bd194dac13ea9bcf6c0e7e6a65cf6bbc723b (patch) | |
tree | 7ea80f3fca71723734c87f4477a49bf876efba14 /sd | |
parent | d8fb3ed5fa47afa1f3e31d4211bfe0a477641c94 (diff) |
sd: remove cargo-culted dependencies from CppunitTest_sd_misc_tests
Change-Id: I9f11bbc1f16a79eac3621f2233b047826637b33d
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_misc_tests.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sd/CppunitTest_sd_misc_tests.mk b/sd/CppunitTest_sd_misc_tests.mk index a01eceb69984..f95801ca7550 100644 --- a/sd/CppunitTest_sd_misc_tests.mk +++ b/sd/CppunitTest_sd_misc_tests.mk @@ -67,22 +67,8 @@ $(eval $(call gb_CppunitTest_use_api,sd_misc_tests,\ udkapi \ )) -ifeq ($(OS),WNT) -$(eval $(call gb_CppunitTest_use_system_win32_libs,sd_misc_tests,\ - uuid \ - ws2_32 \ -)) -endif - $(eval $(call gb_CppunitTest_use_externals,sd_misc_tests,\ boost_headers \ - gtk \ - dbus \ - $(if $(ENABLE_AVAHI), \ - avahi \ - ) \ - $(if $(filter WNT,$(OS)),mDNSResponder) \ - libxml2 \ )) $(eval $(call gb_CppunitTest_use_ure,sd_misc_tests)) @@ -134,11 +120,6 @@ $(eval $(call gb_CppunitTest_use_components,sd_misc_tests,\ $(eval $(call gb_CppunitTest_use_configuration,sd_misc_tests)) -$(eval $(call gb_CppunitTest_use_packages,sd_misc_tests,\ - oox_customshapes \ -)) - - $(call gb_CppunitTest_get_target,sd_misc_tests) : $(call gb_AllLangResTarget_get_target,sd) # vim: set noet sw=4 ts=4: |