summaryrefslogtreecommitdiffstats
path: root/config_host
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-01-18 20:14:54 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2021-01-19 13:55:08 +0100
commitc18d3f8823a00edcd3dacec4f2052302ab6a70ee (patch)
tree941231cf862b7cdcb99ac8c5637a9efaf759e6f0 /config_host
parentnss: fix parallel build race in nsinstall.py (diff)
downloadcore-c18d3f8823a00edcd3dacec4f2052302ab6a70ee.tar.gz
core-c18d3f8823a00edcd3dacec4f2052302ab6a70ee.zip
add --disable-librelogo to disable LibreLogo at build time
Annoyingly the packinfo_*.txt don't support conditionals but we can work-around that with a little duplication. Change-Id: Id00a6831effcc63a917fc21d2cd201474fdb559d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109569 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_python.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_python.h.in b/config_host/config_python.h.in
index 3258205b29a8..8972fbd77310 100644
--- a/config_host/config_python.h.in
+++ b/config_host/config_python.h.in
@@ -5,4 +5,6 @@
#undef PYTHON_VERSION_STRING
+#define ENABLE_LIBRELOGO 0
+
#endif // CONFIG_PYTHON_H