mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
13 lines
223 B
BlitzBasic
13 lines
223 B
BlitzBasic
require clutter-gtk.inc
|
|
|
|
PV = "0.9.0+git${SRCPV}"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS += "clutter-1.0"
|
|
|
|
EXTRA_OECONF += "--disable-introspection"
|