Include ftsnames.h or ftnames.h, not both.
This commit is contained in:
parent
851297919b
commit
809c45fc50
|
@ -36,11 +36,12 @@ DEFAULT_DEBUG_CHANNEL(font);
|
||||||
#ifdef HAVE_FREETYPE_TTTABLES_H
|
#ifdef HAVE_FREETYPE_TTTABLES_H
|
||||||
#include <freetype/tttables.h>
|
#include <freetype/tttables.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_FREETYPE_FTNAMES_H
|
|
||||||
#include <freetype/ftnames.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_FREETYPE_FTSNAMES_H
|
#ifdef HAVE_FREETYPE_FTSNAMES_H
|
||||||
#include <freetype/ftsnames.h>
|
#include <freetype/ftsnames.h>
|
||||||
|
#else
|
||||||
|
# ifdef HAVE_FREETYPE_FTNAMES_H
|
||||||
|
# include <freetype/ftnames.h>
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_FREETYPE_TTNAMEID_H
|
#ifdef HAVE_FREETYPE_TTNAMEID_H
|
||||||
#include <freetype/ttnameid.h>
|
#include <freetype/ttnameid.h>
|
||||||
|
|
|
@ -30,11 +30,12 @@
|
||||||
#ifdef HAVE_FREETYPE_TTTABLES_H
|
#ifdef HAVE_FREETYPE_TTTABLES_H
|
||||||
#include <freetype/tttables.h>
|
#include <freetype/tttables.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_FREETYPE_FTNAMES_H
|
|
||||||
#include <freetype/ftnames.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_FREETYPE_FTSNAMES_H
|
#ifdef HAVE_FREETYPE_FTSNAMES_H
|
||||||
#include <freetype/ftsnames.h>
|
#include <freetype/ftsnames.h>
|
||||||
|
#else
|
||||||
|
# ifdef HAVE_FREETYPE_FTNAMES_H
|
||||||
|
# include <freetype/ftnames.h>
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_FREETYPE_TTNAMEID_H
|
#ifdef HAVE_FREETYPE_TTNAMEID_H
|
||||||
#include <freetype/ttnameid.h>
|
#include <freetype/ttnameid.h>
|
||||||
|
|
Loading…
Reference in New Issue