autotools: remove all usage of evas_image_loader_tgv_(cflags|libs)
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 5 Feb 2019 16:08:01 +0000 (11:08 -0500)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 6 Feb 2019 22:20:24 +0000 (07:20 +0900)
Summary:
these are empty variables which are apparently causing build errors for
some users in certain cases

Reviewers: bu5hm4n, stefan_schmidt

Reviewed By: stefan_schmidt

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7876

src/Makefile_Evas.am

index 4780a29..9441090 100755 (executable)
@@ -2238,13 +2238,11 @@ static_libs/lz4/lz4hc.c \
 static_libs/lz4/lz4hc.h
 endif
 lib_evas_libevas_la_CPPFLAGS += \
--I$(top_srcdir)/src/static_libs/rg_etc \
-@evas_image_loader_tgv_cflags@
+-I$(top_srcdir)/src/static_libs/rg_etc
 if ! ENABLE_LIBLZ4
 lib_evas_libevas_la_CPPFLAGS += \
 -I$(top_srcdir)/src/static_libs/lz4
 endif
-lib_evas_libevas_la_LIBADD += @evas_image_loader_tgv_libs@
 endif
 else
 loadertgvpkgdir = $(libdir)/evas/modules/image_loaders/tgv/$(MODULE_ARCH)
@@ -2270,15 +2268,13 @@ modules_evas_image_loaders_tgv_module_la_CPPFLAGS = \
 -I$(top_srcdir)/src/static_libs/rg_etc \
 -I$(top_srcdir)/src/lib/evas/ \
 @EVAS_CFLAGS@ \
-@NEON_CFLAGS@ \
-@evas_image_loader_tgv_cflags@
+@NEON_CFLAGS@
 if ! ENABLE_LIBLZ4
 modules_evas_image_loaders_tgv_module_la_CPPFLAGS += \
 -I$(top_srcdir)/src/static_libs/lz4
 endif
 modules_evas_image_loaders_tgv_module_la_LIBADD = \
-@USE_EVAS_LIBS@ \
-@evas_image_loader_tgv_libs@
+@USE_EVAS_LIBS@
 modules_evas_image_loaders_tgv_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@
 modules_evas_image_loaders_tgv_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@
 modules_evas_image_loaders_tgv_module_la_LIBTOOLFLAGS = --tag=disable-static