summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2015-08-20 16:29:04 +0900
committerChunEon Park <hermet@hermet.pe.kr>2015-08-20 16:30:10 +0900
commit83a0aed87a63572dba88eb160bee318e380ee3d5 (patch)
tree38116437b097426bd6197e2bd744e3d77505addc
parentac2b12b3d09f2102de5aa601f855169f650aef98 (diff)
downloadefl-83a0aed87a63572dba88eb160bee318e380ee3d5.tar.gz
ector: freetype -> default software
-rw-r--r--src/Makefile_Ector.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile_Ector.am b/src/Makefile_Ector.am
index 3d158ef5e8..18c60a3931 100644
--- a/src/Makefile_Ector.am
+++ b/src/Makefile_Ector.am
@@ -18,7 +18,7 @@ ector_eolian_files_cairo = \
lib/ector/cairo/ector_renderer_cairo_gradient_radial.eo
ector_eolian_cairo_h = $(ector_eolian_files_cairo:%.eo=%.eo.h)
-# Handle FreeType rasterizer
+# Handle default software backend
ector_eolian_files_software = \
lib/ector/software/ector_software_surface.eo \
lib/ector/software/ector_renderer_software_base.eo \
@@ -84,8 +84,7 @@ lib/ector/cairo/ector_cairo_surface.c
installed_ectorcairoheadersdir = $(includedir)/ector-@VMAJ@/cairo
nodist_installed_ectorcairoheaders_DATA = $(ector_eolian_cairo_h)
-# And the Freetype rasterizer
-
+# And the default software backend
lib_ector_libector_la_SOURCES += \
lib/ector/software/ector_renderer_software_gradient_linear.c \
lib/ector/software/ector_renderer_software_gradient_radial.c \