zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=5761778d6e732714c029470ca6bbd602be74e5a8
commit 5761778d6e732714c029470ca6bbd602be74e5a8 Author: Boris Faure <[email protected]> Date: Tue Apr 23 09:40:53 2019 -0400 fix compilation on alpine Reviewers: zmike Reviewed By: zmike Subscribers: zmike, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8642 --- src/Makefile_Evas.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 0cad641171..5a7a12c8b2 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -2210,6 +2210,7 @@ modules_evas_image_loaders_tgv_module_la_CPPFLAGS = \ -I$(top_builddir)/src/lib/efl \ -I$(top_srcdir)/src/static_libs/rg_etc \ -I$(top_srcdir)/src/lib/evas/ \ +-I$(top_srcdir)/src/lib/evas/include \ -DEFL_BUILD \ @EVAS_CFLAGS@ \ @NEON_CFLAGS@ @@ -2247,6 +2248,7 @@ modules_evas_image_savers_tgv_module_la_CPPFLAGS = \ -I$(top_builddir)/src/lib/efl \ -I$(top_srcdir)/src/static_libs/rg_etc \ -I$(top_srcdir)/src/lib/evas/ \ +-I$(top_srcdir)/src/lib/evas/include \ -DEFL_BUILD \ @EVAS_CFLAGS@ --
