mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
0.90.2 depends on unstable gtk+-2.90.x that is not in poky, so pick up one version prior to it. Also rebase disable_deprecated.patch to keep the API compatibility with gtk+ and install example binary for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
18 lines
416 B
BlitzBasic
18 lines
416 B
BlitzBasic
require clutter-gtk.inc
|
|
|
|
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 += "gtk+ clutter-1.4"
|
|
|
|
EXTRA_OECONF += "--disable-introspection"
|