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

mx: add gettext to DEPENDS

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-17 16:20:37 +00:00
parent c52ad72e00
commit daae258e26
+1 -1
View File
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1"
PV = "0.0+git${SRCPV}"
PR = "r0"
DEPENDS = "clutter-1.0 clutter-imcontext"
DEPENDS = "clutter-1.0 clutter-imcontext gettext"
EXTRA_OECONF = "--disable-introspection"