Merge pull request #73 from pljakobs/master

minor changes to build on Fedora
This commit is contained in:
Paint Your Dragon 2016-02-01 09:55:25 -08:00
commit 9ec1f6d4ee
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
all: fontconvert
CC = gcc
CFLAGS = -Wall -I/usr/local/include/freetype2
CFLAGS = -Wall -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/include
LIBS = -lfreetype
fontconvert: fontconvert.c

View File

@ -19,6 +19,7 @@ See notes at end for glyph nomenclature & other tidbits.
#include <stdio.h>
#include <ctype.h>
#include <stdint.h>
#include <ft2build.h>
#include FT_GLYPH_H
#include "../gfxfont.h" // Adafruit_GFX font structures