summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter-gst_git.bb
blob: 4a72333595d98848fbd4437bfef7a2e39ba7e36c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require clutter-gst.inc

PV = "0.9.0+git${SRCPV}"
PR = "r3"

SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \
           file://autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch;patch=1;rev=9db4a61a25677764bb927369c5c68ada958fb65c \
           file://autofoo.patch;patch=1;notrev=9db4a61a25677764bb927369c5c68ada958fb65c"

S = "${WORKDIR}/git"

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