mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
mx: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user