blob: 3067a95c57e2e04d9cfe831de873f4b0b056d70e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LICENSE = "LGPLv2.1"
SRCREV = "6a498c374d176be0ed3ef2cd9b2381f452af1de8"
PV = "0.8.0"
PR_append = "+git${SRCREV}"
DEPENDS = "glib-2.0 gtk+ libccss clutter-0.9"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
S = "${WORKDIR}/git"
inherit autotools_stage
do_configure_prepend () {
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
echo "CLEANFILES=" >> ${S}/gtk-doc.make
}
|