summaryrefslogtreecommitdiff
path: root/packages/efl1
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-04-13 10:33:17 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-04-13 10:33:17 +0000
commit70ca9b3ba7dcafaca2a0d8bc63dbad32ad7da929 (patch)
tree8e6a9a73a7658ee9ecadd68db730f8a21e27b472 /packages/efl1
parentcb100bd3e661641cf870b3ffe8e5a9c52ec846b6 (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')
-rw-r--r--packages/efl1/evas.inc5
-rw-r--r--packages/efl1/evas_cvs.bb2
2 files changed, 5 insertions, 2 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 \
+#"
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 \