generic-poky/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb

19 lines
463 B
BlitzBasic

require clutter-gtk.inc
SRCREV = "b92329c4c1288019e2dea6567e2b5e98eb0a9992"
PV = "0.90.0+git${SRCPV}"
PR = "r0"
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git;branch=master \
file://disable_deprecated.patch \
file://enable_tests.patch \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
S = "${WORKDIR}/git"
DEPENDS += "clutter-1.4"
EXTRA_OECONF += "--disable-introspection"