tests evas: enable xpm image loader in tests
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 9 Mar 2016 11:03:51 +0000 (12:03 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 9 Mar 2016 14:25:35 +0000 (15:25 +0100)
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

index dc17da7..aa7debb 100644 (file)
@@ -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