mx: 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:31 +00:00
parent cf33df3059
commit 8c3f5542d7

View File

@@ -2,16 +2,14 @@ DESCRIPTION = "Moblin toolkit library for netbooks"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "LGPLv2.1"
PV = "0.0+git${SRCPV}"
PR = "r0"
DEPENDS = "clutter-1.0 clutter-imcontext gettext"
EXTRA_OECONF = "--disable-introspection"
PR = "r1"
DEPENDS = "clutter-1.0 clutter-imcontext"
S = "${WORKDIR}/git"
inherit autotools_stage
EXTRA_OECONF = "--disable-introspection"
do_configure_prepend () {
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
touch ${S}/INSTALL