tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0e4b847deb79c957dbc042ea0c6a98282aead6e0
commit 0e4b847deb79c957dbc042ea0c6a98282aead6e0 Author: Tom Hacohen <[email protected]> Date: Thu Aug 21 13:19:09 2014 +0100 Evas dummy_slave: Fix build race condition (failure to build). For some reason dummy links against libeo but doesn't depend on it. I have no idea what dummy_slave is and why it behaves in such an odd way. Maybe there's even a more serious issue somewhere, but for now, this seems to fix build. --- src/Makefile_Evas.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index f370b74..3fe513c 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -1387,6 +1387,7 @@ bin_evas_dummy_slave_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ -I$(top_srcdir)/src/lib/evas/cserve2 \ @EVAS_CFLAGS@ +bin_evas_dummy_slave_DEPENDENCIES = @USE_EO_INTERNAL_LIBS@ bin_evas_dummy_slave_LDADD = \ @EVAS_LDFLAGS@ \ @EVAS_CSERVE2_SLAVE_LIBS@ --
