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

PV = "1.0+git${SRCPV}"
PR = "r2"

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"