1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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