From 75fed54f0e4d72b20860cae5a85aacf01ab3b9cf Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 9 Dec 2015 10:20:01 +0900 Subject: [PATCH] Evas: Add all 'draw' files to evas static lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should fix the build on old Ubuntu. I didn't get this error myself, but apparently the following issue happened:   CCLD   lib/ecore_evas/libecore_evas.la lib/evas/.libs/libevas.so: undefined reference to `efl_draw_neon_init' lib/evas/.libs/libevas.so: undefined reference to `efl_draw_sse2_init' collect2: ld returned 1 exit status Thanks @mer.kim for the report --- src/Makefile_Evas.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 07ff7c75c8..c942d216be 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -262,6 +262,8 @@ lib/evas/canvas/evas_vg_shape.c # Static draw lib lib_evas_libevas_la_SOURCES += \ static_libs/draw/draw_alpha_main.c \ +static_libs/draw/draw_main_neon.c \ +static_libs/draw/draw_main_sse2.c \ static_libs/draw/draw_main.c # Engine