Evas: Add all 'draw' files to evas static lib

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
This commit is contained in:
Jean-Philippe Andre 2015-12-09 10:20:01 +09:00
parent 94978a3567
commit 75fed54f0e
1 changed files with 2 additions and 0 deletions

View File

@ -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