eet: depend on gnutls(else it fails to compile)
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 28 Oct 2010 15:51:09 +0000 (17:51 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 28 Oct 2010 16:54:07 +0000 (18:54 +0200)
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

recipes/efl1/eet_svn.bb

index afb6db6..45a66fe 100644 (file)
@@ -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