diff options
author | Hanno Meyer-Thurow <h.mth@web.de> | 2011-04-25 22:05:31 +0200 |
---|---|---|
committer | Hanno Meyer-Thurow <h.mth@web.de> | 2011-04-25 22:05:31 +0200 |
commit | e9e01f3bb18eefe011df3a1c14a62e55bec055a8 (patch) | |
tree | 0675ffe2201c95b456707cbb2b1a5ac93fd6e201 | |
parent | 8a1876226fd15b0761054960807fbed6ccf9ea73 (diff) |
Update '--disable-python' to disable only Python UNO API.
* postprocess/packcomponents/makefile.mk:
-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 0f97b77..1a60d20 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -140,7 +140,6 @@ my_components = \ placeware \ preload \ protocolhandler \ - pythonloader \ res \ rpt \ rptui \ @@ -193,6 +192,10 @@ my_components = \ xsltfilter \ xstor +.IF "$(DISABLE_PYTHON)" != "TRUE" +my_components += pythonloader +.ENDIF + .IF "$(OS)" != "WNT" && "$(OS)" != "MACOSX" my_components += splash .ENDIF |