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:22:53 +0100 |
commit | c3d24d6416556ea6d583f08ba6aef916ba972096 (patch) | |
tree | 99121714d031aab1ad603c7684542d6e6df0cc96 /sd | |
parent | 352dd11affcff57da81de8987a2fe4ce395d5ebd (diff) |
sd: remove cargo-culted dependencies from CppunitTest_sd_misc_tests
Change-Id: I9f11bbc1f16a79eac3621f2233b047826637b33d
(cherry picked from commit 39d0bd194dac13ea9bcf6c0e7e6a65cf6bbc723b)
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: |