cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eb11a157ec0c0bdf8ae9092767407c7e3172948b

commit eb11a157ec0c0bdf8ae9092767407c7e3172948b
Author: Cedric BAIL <[email protected]>
Date:   Wed Oct 29 00:12:06 2014 +0100

    autotools: fix build with NEON support.
---
 src/Makefile_Eet.am  | 3 ++-
 src/Makefile_Evas.am | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Eet.am b/src/Makefile_Eet.am
index 8e7f56a..b4bbffe 100644
--- a/src/Makefile_Eet.am
+++ b/src/Makefile_Eet.am
@@ -34,7 +34,8 @@ lib_eet_libeet_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
 -DPACKAGE_BIN_DIR=\"$(bindir)\" \
 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
 -DPACKAGE_DATA_DIR=\"$(datadir)/eet\" \
-@EET_CFLAGS@
+@EET_CFLAGS@ \
+@NEON_CFLAGS@
 if ! ENABLE_LIBLZ4
 lib_eet_libeet_la_CPPFLAGS += \
 -I$(top_srcdir)/src/static_libs/lz4
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index b787bf0..93e5b3d 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -1833,7 +1833,8 @@ bin_evas_evas_cserve2_slave_CPPFLAGS +=  \
 -I$(top_builddir)/src/lib/efl \
 -I$(top_srcdir)/src/static_libs/rg_etc \
 -I$(top_srcdir)/src/lib/evas/ \
-@evas_image_loader_tgv_cflags@
+@evas_image_loader_tgv_cflags@ \
+@NEON_CFLAGS@
 if ! ENABLE_LIBLZ4
 bin_evas_evas_cserve2_slave_CPPFLAGS += \
 -I$(top_srcdir)/src/static_libs/lz4
@@ -1858,6 +1859,7 @@ modules_evas_loaders_tgv_module_la_CPPFLAGS = \
 -I$(top_srcdir)/src/static_libs/rg_etc \
 -I$(top_srcdir)/src/lib/evas/ \
 @EVAS_CFLAGS@ \
+@NEON_CFLAGS@ \
 @evas_image_loader_tgv_cflags@
 if ! ENABLE_LIBLZ4
 modules_evas_loaders_tgv_module_la_CPPFLAGS += \

-- 


Reply via email to