summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 947e71c..51a403e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,6 @@ HAVE_IMAGEMAGICK=1
#HAVE_IMLIB2=1
# not recommended
-# comment this out if you don't want to use FreeType font rendering
-
-HAVE_FREETYPE=1
-
# DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING
# -------------------------------------------------------------
@@ -85,13 +81,6 @@ ifdef HAVE_IMAGEMAGICK
LIBS += $(shell pkg-config --libs ImageMagick++)
endif
-ifdef HAVE_FREETYPE
- DEFINES += -DHAVE_FREETYPE
- INCLUDES += $(shell pkg-config --cflags freetype2)
- LIBS += $(shell pkg-config --libs freetype2)
- OBJS += graphtft/font.o
-endif
-
ifdef DEBUG
CXXFLAGS += -g -fno-inline
DEFINES += -DDEBUG