loudmouth: remove unneeded gettext dependancy

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2009-12-22 15:31:45 +00:00
parent a15166ceaf
commit 2d82287f4d
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
HOMEPAGE = "http://www.loudmouth-project.org/"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gnutls check gettext"
PR = "r1"
DEPENDS = "glib-2.0 gnutls check"
PR = "r2"
SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2"