oops, compile without freetype
This commit is contained in:
parent
d0b7f1b24c
commit
c8dec900de
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include "geomTextGlyph.h"
|
||||
|
||||
#ifdef HAVE_FREETYPE
|
||||
|
||||
#include "datagramIterator.h"
|
||||
#include "bamReader.h"
|
||||
|
||||
|
|
@ -95,3 +97,5 @@ make_GeomTextGlyph(const FactoryParams ¶ms) {
|
|||
me->config();
|
||||
return me;
|
||||
}
|
||||
|
||||
#endif // HAVE_FREETYPE
|
||||
|
|
|
|||
Loading…
Reference in New Issue