aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-28 11:41:18 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-28 13:53:51 +0100
commit9276f6f308177a633e6f93f25686dd048032bade (patch)
tree48e4bee0ff9d0a903ea769a03331404427a3f42f /recipes/efl1
parent15bd1ee989f30a5edf3c08354dc0172607d07837 (diff)
downloadopenembedded-9276f6f308177a633e6f93f25686dd048032bade.tar.gz
evas: enable svg loader
* the comment in the .inc about it dragging in gtk+ is still true, which is why we're still keeping it out ot RRECOMMENDS_${PN}
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/evas.inc2
-rw-r--r--recipes/efl1/evas_svn.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/efl1/evas.inc b/recipes/efl1/evas.inc
index f45fcb8e53..271b8e5e57 100644
--- a/recipes/efl1/evas.inc
+++ b/recipes/efl1/evas.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "Evas is the Enlightenment canvas API"
LICENSE = "MIT BSD"
# can also depend on valgrind, libsdl-x11, directfb
-DEPENDS = "eina eet freetype jpeg libpng virtual/libx11 libxext libxrender fontconfig libfribidi"
+DEPENDS = "librsvg eina eet freetype jpeg libpng virtual/libx11 libxext libxrender fontconfig libfribidi"
PV = "0.9.9.060+svnr${SRCPV}"
PR = "r1"
diff --git a/recipes/efl1/evas_svn.bb b/recipes/efl1/evas_svn.bb
index b73d8155ba..d74433e7c6 100644
--- a/recipes/efl1/evas_svn.bb
+++ b/recipes/efl1/evas_svn.bb
@@ -1,5 +1,5 @@
require evas.inc
-PR = "r4"
+PR = "r5"
EVAS_CPU_TWEAKS = ""
EVAS_CPU_TWEAKS_armv7a = "--enable-cpu-neon"
@@ -29,7 +29,7 @@ EXTRA_OECONF = "\
--enable-image-loader-jpeg \
--enable-image-loader-tiff \
--enable-image-loader-xpm \
- --disable-image-loader-svg \
+ --enable-image-loader-svg \
--enable-cpu-c \
--enable-fontconfig \
--enable-font-loader-eet \