stefan pushed a commit to branch master.

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

commit 2d0d2802bfaba6a98caa31537daf528449f1091a
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Mar 9 12:03:51 2016 +0100

    tests evas: enable xpm image loader in tests
    
    Added in 2014 and not enabled since then. This seems to be fixed now so we 
can
    finally enable it.
---
 src/tests/evas/evas_test_image.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/tests/evas/evas_test_image.c b/src/tests/evas/evas_test_image.c
index dc17da7..aa7debb 100644
--- a/src/tests/evas/evas_test_image.c
+++ b/src/tests/evas/evas_test_image.c
@@ -22,12 +22,9 @@ static const char *exts[] = {
 #ifdef BUILD_LOADER_WBMP
   ,"wbmp"
 #endif
-  // FIXME: Seems like XPM support is currently broken
-#if 0
 #ifdef BUILD_LOADER_XPM
   ,"xpm"
 #endif
-#endif
 #ifdef BUILD_LOADER_BMP
   ,"bmp"
 #endif

-- 


Reply via email to