diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-04-13 10:33:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-04-13 10:33:17 +0000 |
commit | 70ca9b3ba7dcafaca2a0d8bc63dbad32ad7da929 (patch) | |
tree | 8e6a9a73a7658ee9ecadd68db730f8a21e27b472 /packages/efl1/evas.inc | |
parent | cb100bd3e661641cf870b3ffe8e5a9c52ec846b6 (diff) |
evas cvs don't RRECOMMEND the svg image renderer. This means by default it won't land in images
-- which is good, since it drags in a whole lot of (unneeded and unwanted) packages. You can
still install it afterwards. NOTE: Fixing the dependencies / packaging of librsvg would be good.
Diffstat (limited to 'packages/efl1/evas.inc')
-rw-r--r-- | packages/efl1/evas.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/efl1/evas.inc b/packages/efl1/evas.inc index e4779d5b44..8cfeffbf0b 100644 --- a/packages/efl1/evas.inc +++ b/packages/efl1/evas.inc @@ -41,6 +41,9 @@ RRECOMMENDS_${PN} = "\ libevas-loader-png \ libevas-loader-jpeg \ libevas-loader-eet \ - libevas-loader-svg \ " +# disabling this, since (due to OE bugs) it drags in whole Gtk+ +#RRECOMMENDS_${PN} += "\ +# libevas-loader-svg \ +#" |