mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
clutter-imcontext: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
PV = "0.0+git${SRCPV}"
|
PV = "0.0+git${SRCPV}"
|
||||||
PR = "r6"
|
PR = "r7"
|
||||||
|
DEPENDS = "clutter-1.0 glib-2.0"
|
||||||
DEPENDS = "clutter-1.0 glib-2.0 gettext"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools_stage
|
inherit autotools_stage
|
||||||
|
|||||||
Reference in New Issue
Block a user