From ee57b3f08e682330b14411b8fed2f06168d77e0c Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 26 Oct 2010 08:29:39 +0000 Subject: [PATCH] and that tga entry too git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@53890 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/file/evas_module.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/file/evas_module.c b/src/lib/file/evas_module.c index 6a5fdff..a78ff97 100644 --- a/src/lib/file/evas_module.c +++ b/src/lib/file/evas_module.c @@ -231,6 +231,9 @@ static const struct { #ifdef EVAS_STATIC_BUILD_EDB EVAS_EINA_STATIC_MODULE_USE(image_loader, edb), #endif +#ifdef EVAS_STATIC_BUILD_TGA + EVAS_EINA_STATIC_MODULE_USE(image_loader, tga), +#endif #ifdef EVAS_STATIC_BUILD_EDB EVAS_EINA_STATIC_MODULE_USE(image_saver, edb), #endif -- 2.7.4