jpeg pushed a commit to branch master.

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

commit 05314902e05b2fb52d4a768f5983547c9d6488d3
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Apr 7 13:49:48 2015 +0900

    Evas: Fix build for cserve2
    
    This should fix a strange build error for gentoo, reported by Branko.
    Dunno why it didn't fail with the default flags.
---
 src/Makefile_Evas.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index af8343f..3b57e96 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -1312,8 +1312,8 @@ bin_evas_evas_cserve2_slave_CPPFLAGS = 
-I$(top_builddir)/src/lib/efl \
 -DEVAS_MODULE_NO_IMAGE_SAVERS=1 \
 @EVAS_CFLAGS@
 
-bin_evas_evas_cserve2_slave_LDADD = @EVAS_CSERVE2_SLAVE_LIBS@ @USE_EINA_LIBS@
-bin_evas_evas_cserve2_slave_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ 
@USE_EO_INTERNAL_LIBS@
+bin_evas_evas_cserve2_slave_LDADD = @EVAS_CSERVE2_SLAVE_LIBS@ @USE_EINA_LIBS@ 
@USE_EMILE_LIBS@
+bin_evas_evas_cserve2_slave_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ 
@USE_EO_INTERNAL_LIBS@ @USE_EMILE_INTERNAL_LIBS@
 bin_evas_evas_cserve2_slave_LDFLAGS = -export-dynamic
 
 bin_evas_dummy_slave_SOURCES = \

-- 


Reply via email to