mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 09:46:38 +01:00
12 lines
248 B
BlitzBasic
12 lines
248 B
BlitzBasic
require clutter.inc
|
|
|
|
PV = "0.9.0+git${SRCPV}"
|
|
PR = "r3"
|
|
|
|
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
|
|
file://enable_tests.patch;patch=1 "
|
|
S = "${WORKDIR}/git"
|
|
|
|
BASE_CONF += "--disable-introspection"
|
|
|