Disable the new svg icons for the moment :(
authorDave Andreoli <dave@gurumeditation.it>
Thu, 5 May 2016 21:17:46 +0000 (23:17 +0200)
committerDave Andreoli <dave@gurumeditation.it>
Thu, 5 May 2016 21:17:46 +0000 (23:17 +0200)
As explained in the ml we are hitting an issue with the svg loaders not included in efl

data/elementary/themes/default.edc

index cf88829..4e60fe3 100644 (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"