Exclude Python components if --disable-python

Change-Id: I05c1e9d7b270bcafa7fbfe526c8b12733d8ed708
This commit is contained in:
Stephan Bergmann
2015-03-16 14:24:45 +01:00
parent f87a47a04a
commit 1f61e1378d

View File

@@ -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 \