From f0025b34c874f148b2dbb5208d9a4bf281c17dc3 Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Thu, 5 May 2016 23:17:46 +0200 Subject: [PATCH] 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 --- data/elementary/themes/default.edc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/elementary/themes/default.edc b/data/elementary/themes/default.edc index cf88829c97..4e60fe38c8 100644 --- a/data/elementary/themes/default.edc +++ b/data/elementary/themes/default.edc @@ -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"