mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 00:38:45 +01:00
16 lines
366 B
BlitzBasic
16 lines
366 B
BlitzBasic
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"
|
|
|