ector: move freetype rasterizer library to itw own directory.
authorCedric BAIL <cedric@osg.samsung.com>
Sun, 8 Nov 2015 22:25:31 +0000 (23:25 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 9 Nov 2015 18:42:35 +0000 (10:42 -0800)
src/Makefile_Ector.am
src/static_libs/freetype/sw_ft_math.c [moved from src/lib/ector/software/sw_ft_math.c with 100% similarity]
src/static_libs/freetype/sw_ft_math.h [moved from src/lib/ector/software/sw_ft_math.h with 100% similarity]
src/static_libs/freetype/sw_ft_raster.c [moved from src/lib/ector/software/sw_ft_raster.c with 100% similarity]
src/static_libs/freetype/sw_ft_raster.h [moved from src/lib/ector/software/sw_ft_raster.h with 100% similarity]
src/static_libs/freetype/sw_ft_stroker.c [moved from src/lib/ector/software/sw_ft_stroker.c with 100% similarity]
src/static_libs/freetype/sw_ft_stroker.h [moved from src/lib/ector/software/sw_ft_stroker.h with 100% similarity]
src/static_libs/freetype/sw_ft_types.h [moved from src/lib/ector/software/sw_ft_types.h with 100% similarity]

index 18c60a3..be340cf 100644 (file)
@@ -92,9 +92,9 @@ lib/ector/software/ector_renderer_software_shape.c \
 lib/ector/software/ector_software_gradient.c \
 lib/ector/software/ector_software_rasterizer.c \
 lib/ector/software/ector_software_surface.c \
-lib/ector/software/sw_ft_math.c \
-lib/ector/software/sw_ft_raster.c \
-lib/ector/software/sw_ft_stroker.c \
+static_libs/freetype/sw_ft_math.c \
+static_libs/freetype/sw_ft_raster.c \
+static_libs/freetype/sw_ft_stroker.c \
 lib/ector/software/ector_drawhelper.c \
 lib/ector/software/ector_drawhelper_sse2.c \
 lib/ector/software/ector_drawhelper_neon.c
@@ -106,6 +106,7 @@ lib_ector_libector_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
 -I$(top_builddir)/src/lib/ector \
 -I$(top_builddir)/src/lib/ector/cairo \
 -I$(top_builddir)/src/lib/ector/software \
+-I$(top_builddir)/src/static_libs/freetype \
 @ECTOR_CFLAGS@ \
 -DPACKAGE_BIN_DIR=\"$(bindir)\" \
 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
@@ -152,7 +153,7 @@ lib/ector/ector_private.h \
 lib/ector/cairo/ector_cairo_private.h \
 lib/ector/software/ector_drawhelper_private.h \
 lib/ector/software/ector_software_private.h \
-lib/ector/software/sw_ft_math.h \
-lib/ector/software/sw_ft_raster.h \
-lib/ector/software/sw_ft_stroker.h \
-lib/ector/software/sw_ft_types.h
+static_libs/freetype/sw_ft_math.h \
+static_libs/freetype/sw_ft_raster.h \
+static_libs/freetype/sw_ft_stroker.h \
+static_libs/freetype/sw_ft_types.h