summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--postprocess/Rdb_services.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index affb629c8917..9b398cfb85b2 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -168,16 +168,18 @@ $(eval $(call gb_Rdb_add_components,services,\
scripting/source/basprov/basprov \
scripting/source/dlgprov/dlgprov \
scripting/source/protocolhandler/protocolhandler \
- scripting/source/pyprov/mailmerge \
- wizards/com/sun/star/wizards/fax/fax \
- wizards/com/sun/star/wizards/letter/letter \
- wizards/com/sun/star/wizards/agenda/agenda \
- wizards/com/sun/star/wizards/web/web \
scripting/source/stringresource/stringresource \
scripting/source/vbaevents/vbaevents \
scripting/util/scriptframe \
sw/util/vbaswobj \
vbahelper/util/msforms \
+ $(ifneq ($(DISABLE_PYTHON),TRUE) \
+ scripting/source/pyprov/mailmerge \
+ wizards/com/sun/star/wizards/agenda/agenda \
+ wizards/com/sun/star/wizards/fax/fax \
+ wizards/com/sun/star/wizards/letter/letter \
+ wizards/com/sun/star/wizards/web/web \
+ ) \
) \
$(if $(ENABLE_CAIRO_CANVAS), \
canvas/source/cairo/cairocanvas \