Kaydet (Commit) 1f61e137 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Exclude Python components if --disable-python

Change-Id: I05c1e9d7b270bcafa7fbfe526c8b12733d8ed708
üst f87a47a0
......@@ -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 \
......
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