Kaydet (Commit) accbef53 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No vbahelper library if DISABLE_SCRIPTING

Change-Id: Ice3656e828cf74d319c8a9c2d16dcdcdce9891d6
üst c5ff2b39
...@@ -385,7 +385,8 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ ...@@ -385,7 +385,8 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
textconversiondlgs \ textconversiondlgs \
textfd \ textfd \
updatecheckui \ updatecheckui \
vbahelper \ $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
vbahelper) \
vclplug_gen \ vclplug_gen \
vclplug_gtk \ vclplug_gtk \
vclplug_gtk3 \ vclplug_gtk3 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment