mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 09:46:38 +01:00
13 lines
218 B
BlitzBasic
13 lines
218 B
BlitzBasic
require clutter-gtk.inc
|
|
|
|
PV = "0.9.0+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "clutter"
|
|
|
|
EXTRA_OECONF += "--disable-introspection"
|