summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-1.8_git.bb
blob: 89d80262014e76d54301496f01b1695656cab95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require clutter.inc
require clutter-package.inc

LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

# the 1.8.4 tag
SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459"
PV = "1.8.4+git${SRCPV}"
PR = "r2"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \
           file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
           file://enable_tests.patch;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 "
S = "${WORKDIR}/git"

BASE_CONF += "--disable-introspection"

AUTOTOOLS_AUXDIR = "${S}/build"