blob: 7e62954ee57cfa8c48269b879a86c7022ee32019 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
require clutter.inc
PV = "1.0+git${SRCPV}"
PR = "r3"
PACKAGES =+ "clutter-examples-1.0"
FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \
file://enable_tests-1.0.patch;patch=1 "
S = "${WORKDIR}/git"
BASE_CONF += "--disable-introspection"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}
|