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_cvs.bb | |
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_cvs.bb')
-rw-r--r-- | packages/efl1/evas_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/efl1/evas_cvs.bb b/packages/efl1/evas_cvs.bb index ebe604ec2b..e7079615de 100644 --- a/packages/efl1/evas_cvs.bb +++ b/packages/efl1/evas_cvs.bb @@ -1,5 +1,5 @@ require evas.inc -PR = "r0" +PR = "r1" EXTRA_OECONF = "\ --x-includes=${STAGING_INCDIR}/X11 \ |