Kaydet (Commit) c3d24d64 authored tarafından Michael Stahl's avatar Michael Stahl

sd: remove cargo-culted dependencies from CppunitTest_sd_misc_tests

Change-Id: I9f11bbc1f16a79eac3621f2233b047826637b33d
(cherry picked from commit 39d0bd19)
üst 352dd11a
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment