mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
13 lines
251 B
BlitzBasic
13 lines
251 B
BlitzBasic
require clutter-cairo.inc
|
|
|
|
PV = "0.8.0+git${SRCPV}"
|
|
|
|
DEPENDS += "clutter-0.8"
|
|
|
|
SRC_URI = "git://git.clutter-project.org/clutter-cairo.git;protocol=git;branch=clutter-cairo-0-8 \
|
|
file://enable_examples.patch;patch=1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|