Use less boost_headers in sal
Change-Id: I2403143fc5c33c95755f1c7f5d6c8f9dbff23226 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155545 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
e6007b3be1
commit
4d7eab5090
3 changed files with 0 additions and 5 deletions
|
@ -37,7 +37,6 @@ $(call gb_CppunitTest_get_target,sal_osl) : $(call gb_CppunitTest_get_linktarget
|
|||
$(eval $(call gb_CppunitTest_use_executable,sal_osl,osl_process_child))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_externals,sal_osl,\
|
||||
boost_headers \
|
||||
valgrind \
|
||||
))
|
||||
|
||||
|
|
|
@ -67,8 +67,6 @@ $(eval $(call gb_CppunitTest_set_include,sal_rtl,\
|
|||
$(call gb_CppunitTest_get_target,sal_rtl) : \
|
||||
$(call gb_Library_get_target,sal_textenc)
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_external,sal_rtl,boost_headers))
|
||||
|
||||
ifeq ($(ENABLE_CIPHER_OPENSSL_BACKEND),TRUE)
|
||||
$(eval $(call gb_CppunitTest_add_defs,sal_rtl,-DLIBO_CIPHER_OPENSSL_BACKEND))
|
||||
endif
|
||||
|
|
|
@ -12,8 +12,6 @@ $(eval $(call gb_Library_Library,sal_textenc))
|
|||
|
||||
$(eval $(call gb_Library_set_plugin_for,sal_textenc,sal))
|
||||
|
||||
$(eval $(call gb_Library_use_external,sal_textenc,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_add_exception_objects,sal_textenc,\
|
||||
sal/textenc/context \
|
||||
sal/textenc/convertbig5hkscs \
|
||||
|
|
Loading…
Reference in a new issue