blob: a0f874db25e5706e54e4a669fd5cd431c6db1d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require clutter-gst.inc
PV = "0.10.0+git${SRCPV}"
DEPENDS += "clutter-1.0"
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=clutter-gst-0.10"
S = "${WORKDIR}/git"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}
|