raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6226e88b6e0153b9f8870649402a6891f93faf96
commit 6226e88b6e0153b9f8870649402a6891f93faf96 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Aug 21 16:04:01 2017 +0900 evas - fix build dependencies that cause failed builds missing dev on ecore_wl2 so fix... --- 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 adac717ab6..37c31f62e2 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -1245,7 +1245,7 @@ modules_evas_engines_wayland_egl_module_la_LIBADD = \ @USE_EVAS_LIBS@ \ @USE_ECORE_WL2_LIBS@ \ @evas_engine_wayland_egl_libs@ -modules_evas_engines_wayland_egl_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ +modules_evas_engines_wayland_egl_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ lib/ecore_wl2/libecore_wl2.la modules_evas_engines_wayland_egl_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ modules_evas_engines_wayland_egl_module_la_LIBTOOLFLAGS = --tag=disable-static endif @@ -1302,7 +1302,7 @@ modules_evas_engines_wayland_shm_module_la_LIBADD = \ @USE_EVAS_LIBS@ \ @USE_ECORE_WL2_LIBS@ \ @evas_engine_wayland_shm_libs@ -modules_evas_engines_wayland_shm_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ +modules_evas_engines_wayland_shm_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ lib/ecore_wl2/libecore_wl2.la modules_evas_engines_wayland_shm_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ modules_evas_engines_wayland_shm_module_la_LIBTOOLFLAGS = --tag=disable-static endif --
