blob: 83953a86b4410f5fae78df3323b97f542ae1ab08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 = "r1"
DEPENDS = "clutter-1.0 clutter-imcontext"
S = "${WORKDIR}/git"
inherit autotools_stage
EXTRA_OECONF = "--disable-introspection --without-clutter-gesture"
do_configure_prepend () {
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
touch ${S}/INSTALL
}
|