aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-10-28 17:51:09 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-10-28 18:54:07 +0200
commit4534826895d0071fa2b1827f220754776b1ec1b1 (patch)
tree4bab39a6514617220c2f9a447967831c6f14c617
parent3c0f83e86e817a3498ebec0fffa38c03175ad0ff (diff)
downloadopenembedded-4534826895d0071fa2b1827f220754776b1ec1b1.tar.gz
eet: depend on gnutls(else it fails to compile)
If we don't depend on gnutls we have: | CC libeet_la-eet_connection.lo | eet_lib.c:50:28: fatal error: gnutls/gnutls.h: No such file or directory
-rw-r--r--recipes/efl1/eet_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/efl1/eet_svn.bb b/recipes/efl1/eet_svn.bb
index afb6db6bc2..45a66fe4d7 100644
--- a/recipes/efl1/eet_svn.bb
+++ b/recipes/efl1/eet_svn.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "EET is the Enlightenment data storage library"
-DEPENDS = "pkgconfig zlib jpeg openssl eina"
+DEPENDS = "pkgconfig zlib jpeg openssl eina gnutls"
LICENSE = "MIT BSD"
SRCREV = "${EFL_SRCREV}"
PV = "1.3.2+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
inherit efl