* devel/ft2build.h: Override FT_CONFIG_MODULES_H here as well.
This commit is contained in:
parent
9c850f5611
commit
a612da0e8b
|
@ -1,3 +1,7 @@
|
||||||
|
2020-05-01 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||||
|
|
||||||
|
* devel/ft2build.h: Override FT_CONFIG_MODULES_H here as well.
|
||||||
|
|
||||||
2020-05-01 Alexei Podtelezhnikov <apodtele@gmail.com>
|
2020-05-01 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||||
|
|
||||||
[builds/unix] Consolidate marco overrides (for the demos to see them).
|
[builds/unix] Consolidate marco overrides (for the demos to see them).
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
#ifndef FT2BUILD_H_
|
#ifndef FT2BUILD_H_
|
||||||
#define FT2BUILD_H_
|
#define FT2BUILD_H_
|
||||||
|
|
||||||
|
#define FT_CONFIG_MODULES_H <ftmodule.h>
|
||||||
#define FT_CONFIG_OPTIONS_H <ftoption.h>
|
#define FT_CONFIG_OPTIONS_H <ftoption.h>
|
||||||
|
|
||||||
#include <freetype/config/ftheader.h>
|
#include <freetype/config/ftheader.h>
|
||||||
|
|
Loading…
Reference in New Issue