stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=008b22c8a40887a058394c3a2ed1017b6100ff22
commit 008b22c8a40887a058394c3a2ed1017b6100ff22 Author: Stefan Schmidt <[email protected]> Date: Mon Dec 17 17:13:24 2018 +0100 evas: fix distcheck build of ector evas engine In commit fbe92aa67f18f8c0401cdc6d4440ed512c43b131 a dependency on the software_generic header file was brought to the gl_generic module. The include path to make this work was updated for meson but not for the autotools build. TravisCI distcheck builds found this for us. Reviewed-by: Hermet Park <[email protected]> Differential Revision: https://phab.enlightenment.org/D7468 --- src/Makefile_Evas.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index fdba73370c..315ada5044 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -986,6 +986,7 @@ modules_evas_engines_gl_generic_module_la_CFLAGS = \ -I$(top_builddir)/src/lib/evas/canvas \ -I$(top_srcdir)/src/modules/evas/engines/gl_common \ -I$(top_builddir)/src/modules/evas/engines/gl_generic \ +-I$(top_builddir)/src/modules/evas/engines/software_generic \ @evas_engine_gl_common_cflags@ \ @EVAS_CFLAGS@ modules_evas_engines_gl_generic_module_la_LIBADD = \ --
