mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 08:59:41 +01:00
13 lines
276 B
BlitzBasic
13 lines
276 B
BlitzBasic
require clutter.inc
|
|
require clutter-package.inc
|
|
|
|
PV = "0.9.0+git${SRCPV}"
|
|
PR = "r4"
|
|
|
|
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"
|
|
|