office-gobmx/config_host/config_python.h.in
Michael Stahl c18d3f8823 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>
2021-01-19 13:55:08 +01:00

10 lines
153 B
C

/* python stuff */
#ifndef CONFIG_PYTHON_H
#define CONFIG_PYTHON_H
#undef PYTHON_VERSION_STRING
#define ENABLE_LIBRELOGO 0
#endif // CONFIG_PYTHON_H