1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

clutter-imcontext: 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:01 +00:00
parent 97173220ec
commit 588e1c1640
@@ -1,10 +1,8 @@
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "GPLv2"
PV = "0.0+git${SRCPV}"
PR = "r6"
DEPENDS = "clutter-1.0 glib-2.0 gettext"
PR = "r7"
DEPENDS = "clutter-1.0 glib-2.0"
S = "${WORKDIR}/git"
inherit autotools_stage