mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 00:38:45 +01:00
13 lines
276 B
BlitzBasic
13 lines
276 B
BlitzBasic
require clutter.inc
|
|
require clutter-package.inc
|
|
|
|
PV = "1.0.0+git${SRCPV}"
|
|
PR = "r6"
|
|
|
|
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"
|
|
|