zmike pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=57befed87ab7d8046195266b8a4ea3945ed5e137
commit 57befed87ab7d8046195266b8a4ea3945ed5e137 Author: Boris Faure <[email protected]> Date: Wed Apr 17 11:18:56 2019 -0400 autotools: remove all usage of evas_image_loader_tgv_(cflags|libs) Summary: these are empty variables which are apparently causing build errors for some users in certain cases Finishes work from c2ae61ed0dd367bd589eb73c4bfe2f68dac92d23 ( https://phab.enlightenment.org/D7876 ) Reviewers: zmike Reviewed By: zmike Subscribers: zmike, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8623 --- src/Makefile_Evas.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 22b36669af..95d8022a2c 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -2248,15 +2248,14 @@ modules_evas_image_savers_tgv_module_la_CPPFLAGS = \ -I$(top_srcdir)/src/static_libs/rg_etc \ -I$(top_srcdir)/src/lib/evas/ \ -DEFL_BUILD \ -@EVAS_CFLAGS@ \ -@evas_image_saver_tgv_cflags@ +@EVAS_CFLAGS@ + if ! ENABLE_LIBLZ4 modules_evas_image_savers_tgv_module_la_CPPFLAGS += \ -I$(top_srcdir)/src/static_libs/lz4 endif modules_evas_image_savers_tgv_module_la_LIBADD = \ -@USE_EVAS_LIBS@ \ -@evas_image_saver_tgv_libs@ +@USE_EVAS_LIBS@ modules_evas_image_savers_tgv_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ modules_evas_image_savers_tgv_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ modules_evas_image_savers_tgv_module_la_LIBTOOLFLAGS = --tag=disable-static --
