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 c2ae61ed0d (
https://phab.enlightenment.org/D7876 )

Reviewers: zmike

Reviewed By: zmike

Subscribers: zmike, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8623
This commit is contained in:
Boris Faure 2019-04-17 11:18:56 -04:00 committed by Mike Blumenkrantz
parent 1ce20e6a99
commit 57befed87a
1 changed files with 3 additions and 4 deletions

View File

@ -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