[Libreoffice-commits] .: postprocess/packcomponents

Hanno Meyer-Thurow hmth at kemper.freedesktop.org
Mon Apr 25 13:02:31 PDT 2011


 postprocess/packcomponents/makefile.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 2bea93918424924dd609b0be85b31902e44324aa
Author: Hanno Meyer-Thurow <h.mth at web.de>
Date:   Mon Apr 25 21:51:49 2011 +0200

    Update '--disable-python' to disable only Python UNO API.
    
    * postprocess/packcomponents/makefile.mk:

diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index f8cdc75..961f24b 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -146,7 +146,6 @@ my_components = \
     placeware \
     preload \
     protocolhandler \
-    pythonloader \
     res \
     sax \
     sb \
@@ -189,6 +188,10 @@ my_components = \
     xsltfilter \
     xstor
 
+.IF "$(DISABLE_PYTHON)" != "TRUE"
+my_components += pythonloader
+.ENDIF
+
 .IF "$(OS)" != "WNT" && "$(OS)" != "MACOSX"
 my_components += splash
 .ENDIF


More information about the Libreoffice-commits mailing list