diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-01-18 20:14:54 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-01-19 13:55:08 +0100 |
commit | c18d3f8823a00edcd3dacec4f2052302ab6a70ee (patch) | |
tree | 941231cf862b7cdcb99ac8c5637a9efaf759e6f0 /config_host | |
parent | 6f5186a94dcd1989cdd819e35163af0542912559 (diff) |
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.in | 2 |
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 |