diff options
author | Hanno Meyer-Thurow <h.mth@web.de> | 2011-04-25 21:51:49 +0200 |
---|---|---|
committer | Hanno Meyer-Thurow <h.mth@web.de> | 2011-04-25 21:51:49 +0200 |
commit | 51fb63fc9fe0e62d8987ef41b5063d271eeb74f8 (patch) | |
tree | 954be8f0c52d8837f4301c930a217c250e3fea4e /postprocess/packcomponents | |
parent | b354db5c7982edc1621766ed626c92fef6164949 (diff) |
Update '--disable-python' to disable only Python UNO API.
* postprocess/packcomponents/makefile.mk:
Diffstat (limited to 'postprocess/packcomponents')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index f8cdc75d52ff..961f24bb5a12 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 |