summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_ooo.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-02-15 22:42:17 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-17 10:01:41 +0000
commit53f0eb12f0fdabc32fee523b0f63691b2342f3f4 (patch)
tree9c36cf3434843adacb5e765cf04216a0c78a6151 /scp2/InstallModule_ooo.mk
parent0bb0b5b0cfc1c03ded06481892d54bf2760567a9 (diff)
tdf#90753 Move Pyuno wizard packages to autoinstall
Change-Id: I9dda8144e0cb3ff2ea80c65f210a9b94b88a0026 Reviewed-on: https://gerrit.libreoffice.org/22379 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'scp2/InstallModule_ooo.mk')
-rw-r--r--scp2/InstallModule_ooo.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 2f4320beec5c..d54ca2e6d0c7 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -62,16 +62,6 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
))
endif
-ifeq ($(DISABLE_PYTHON),TRUE)
-$(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
- -DDISABLE_PYUNO \
-))
-else ifneq ($(SYSTEM_PYTHON),)
-$(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
- -DSYSTEM_PYTHON \
-))
-endif
-
$(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
-DICU_MAJOR=$(ICU_MAJOR) \
))