gnutls: add gettext to dependencies

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2009-12-22 15:30:55 +00:00
parent 67883ba391
commit 3e12340abf
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
DEPENDS = "zlib libgcrypt lzo"
DEPENDS = "zlib libgcrypt lzo gettext"
LICENSE = "LGPL"

View File

@ -1,5 +1,7 @@
require gnutls.inc
PR = "r1"
SRC_URI += "\
file://gnutls-openssl.patch;patch=1 \
file://gnutls-texinfo-euro.patch;patch=1 \