don't link to vbahelper for --disable-scripting case

Change-Id: I50dca4c11234677d2c6987d360b1317890b5484b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122427
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2021-09-22 12:13:13 +01:00
parent a542f9f4f7
commit 1901cc1169
9 changed files with 18 additions and 9 deletions

View file

@ -49,7 +49,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))

View file

@ -49,7 +49,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_dialog_save, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))

View file

@ -49,7 +49,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_empty_stdlib_save, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))

View file

@ -48,7 +48,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_hsql_binary_import, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))

View file

@ -46,7 +46,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_hsql_schema_import, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))

View file

@ -49,7 +49,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_macros_test, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))

View file

@ -49,7 +49,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_nolib_save, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))

View file

@ -48,7 +48,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_tdf119625, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))

View file

@ -48,7 +48,8 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_tdf126268, \
ucbhelper \
unotest \
utl \
vbahelper \
$(call gb_Helper_optional,SCRIPTING, \
vbahelper) \
vcl \
xo \
))