Disable the new svg icons for the moment :(

As explained in the ml we are hitting an issue with the svg loaders not included in efl
This commit is contained in:
Davide Andreoli 2016-05-05 23:17:46 +02:00
parent 6c2c9bc63a
commit f0025b34c8
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,11 @@ collections {
#include "edc/elm/list.edc"
#include "edc/elm/conform.edc"
#include "edc/elm/icon.edc"
#include "edc/elm/icon_fdo.edc"
// Disable all the FDO icons for the moment as they are in svg format, the svg
// loader is still outside the efl tree, thus we cannot build efl :(
// #include "edc/elm/icon_fdo.edc"
#include "edc/elm/video.edc"
#include "edc/elm/access.edc"
#include "edc/elm/photo.edc"