summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-15 20:57:32 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-15 21:25:43 +0300
commitaccbef530149aef4fd11df51da1d8144371b62da (patch)
treeb0e6975f85a567b42347b28938bfe444c0e7b773 /Repository.mk
parentc5ff2b39f25664994c8b085580b467389e935a7a (diff)
No vbahelper library if DISABLE_SCRIPTING
Change-Id: Ice3656e828cf74d319c8a9c2d16dcdcdce9891d6
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 4b2c1f074adc..4a7e1848147f 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -385,7 +385,8 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
textconversiondlgs \
textfd \
updatecheckui \
- vbahelper \
+ $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
+ vbahelper) \
vclplug_gen \
vclplug_gtk \
vclplug_gtk3 \