ef5e2d8604
No need to recompile most of LibreOffice, because the --with-fonts configure flag changed. This preprocessor define is just used by unit tests anyway. Change-Id: Ia2eae7d0c74e59e034fdd8513504a34e51ab428e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128197 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
9 lines
125 B
C
9 lines
125 B
C
#ifndef CONFIG_FONTS_H
|
|
#define CONFIG_FONTS_H
|
|
|
|
/*
|
|
* Whether extra fonts are available
|
|
*/
|
|
#define HAVE_MORE_FONTS 0
|
|
|
|
#endif
|