summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-06 16:59:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-06 21:16:43 +0200
commit26cfb57abfc037752bc02dae043f08ac7b2bc711 (patch)
tree048c0d651799eaa77908a3ac4c3dd7a1a24c24d6 /sccomp
parent245d73fa13bcb2b453308c304b215b9de4ae2602 (diff)
use Helper_optional SCRIPTING for libs that don't exist if --disable-scripting
Change-Id: Iec65d6395b903e13f788fe8322b60aac5b974cd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120125 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/CppunitTest_sccomp_swarmsolvertest.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sccomp/CppunitTest_sccomp_swarmsolvertest.mk b/sccomp/CppunitTest_sccomp_swarmsolvertest.mk
index ca6667638613..38cc3fa39521 100644
--- a/sccomp/CppunitTest_sccomp_swarmsolvertest.mk
+++ b/sccomp/CppunitTest_sccomp_swarmsolvertest.mk
@@ -48,7 +48,8 @@ $(eval $(call gb_CppunitTest_use_libraries,sccomp_swarmsolvertest,\
ucbhelper \
unotest \
utl \
- vbahelper \
+ $(call gb_Helper_optional,SCRIPTING, \
+ vbahelper) \
vcl \
xo \
$(gb_UWINAPI) \