summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Meyer-Thurow <h.mth@web.de>2011-04-25 21:51:49 +0200
committerHanno Meyer-Thurow <h.mth@web.de>2011-04-25 21:51:49 +0200
commit2bea93918424924dd609b0be85b31902e44324aa (patch)
treeeac11ddb8f9a66ce71609fd898a66dacc676cb2c
parent66d93fe8fa96a0d4392b52246828fc68d1eaa1f7 (diff)
Update '--disable-python' to disable only Python UNO API.
* postprocess/packcomponents/makefile.mk:
-rw-r--r--postprocess/packcomponents/makefile.mk5
1 files changed, 4 insertions, 1 deletions
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