aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-03 10:05:00 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-19 19:49:44 +0100
commit049e78d95ff3cc32f6397923c9280359b78831f1 (patch)
tree75d7ef4618a4577f4bf9f301f5d8f34b4a9963b9 /recipes/efl1
parentcfd545deb807faee0dcbecabb89e6698601120cc (diff)
downloadopenembedded-049e78d95ff3cc32f6397923c9280359b78831f1.tar.gz
epdf: disable deprecated etk
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/epdf_svn.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/efl1/epdf_svn.bb b/recipes/efl1/epdf_svn.bb
index bc180450a8..be223d2c7a 100644
--- a/recipes/efl1/epdf_svn.bb
+++ b/recipes/efl1/epdf_svn.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "Epdf is the glue between EFL and libpoppler"
LICENSE = "MIT BSD"
-DEPENDS = "poppler evas ecore etk ewl"
+DEPENDS = "poppler evas ecore"
PV = "0.1.0+svnr${SRCPV}"
-PR = "r2"
+PR = "r3"
inherit efl
@@ -12,7 +12,6 @@ SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=epdf;proto=http"
# recognize epsilon and doesn't build everything. The next one actually using
# this package is welcome to fix it.
-EXTRA_OECONF = "--enable-etk --enable-ewl"
# add ewl additions
FILES_${PN}-dev += "${libdir}/ewl/tests/*.a ${libdir}/ewl/tests/*.la"