From 26cfb57abfc037752bc02dae043f08ac7b2bc711 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Aug 2021 16:59:37 +0100 Subject: use Helper_optional SCRIPTING for libs that don't exist if --disable-scripting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iec65d6395b903e13f788fe8322b60aac5b974cd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120125 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sc/CppunitTest_sc_new_cond_format_api.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/CppunitTest_sc_new_cond_format_api.mk') diff --git a/sc/CppunitTest_sc_new_cond_format_api.mk b/sc/CppunitTest_sc_new_cond_format_api.mk index b16f07c0b38d..5f111580627e 100644 --- a/sc/CppunitTest_sc_new_cond_format_api.mk +++ b/sc/CppunitTest_sc_new_cond_format_api.mk @@ -48,7 +48,8 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_new_cond_format_api, \ ucbhelper \ unotest \ utl \ - vbahelper \ + $(call gb_Helper_optional,SCRIPTING, \ + vbahelper) \ vcl \ xo \ )) -- cgit