libccss: remove unneeded gettext dependancy

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2009-12-22 15:26:19 +00:00
parent 588e1c1640
commit cf33df3059
1 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
SRC_URI = "git://anongit.freedesktop.org/git/ccss.git;protocol=git"
PV = "0.1+git${SRCPV}"
PR = "r1"
DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4 gettext"
PR = "r2"
DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4"
S = "${WORKDIR}/git"
inherit autotools_stage