aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gst-1.0_git.bb
blob: 5580596f0918c40e04a0bc229d663b0e7597bbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require clutter-gst.inc

PV = "0.11.0+git${SRCPV}"

DEPENDS += "clutter-1.0"

SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master"

S = "${WORKDIR}/git"

do_configure_prepend () {
       # Disable DOLT
       sed -i -e 's/^DOLT//' ${S}/configure.ac
}