zmike pushed a commit to branch efl-1.22.

http://git.enlightenment.org/core/efl.git/commit/?id=c3a01719d417ce2c1d853b89f1f52ce6e2346334

commit c3a01719d417ce2c1d853b89f1f52ce6e2346334
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 0e45f3f84b..0cad641171 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

-- 


Reply via email to