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.
This commit is contained in:
Stefan Schmidt 2016-03-09 12:03:51 +01:00
parent 312dd58889
commit 2d0d2802bf
1 changed files with 0 additions and 3 deletions

View 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