mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 23:09:39 +01:00
the inc file already specifies the gtk+ dependancy (From OE-Core rev: 9768214eef2d6d8ad37a535877cae1eb0f044c2b) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
411 B
BlitzBasic
18 lines
411 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 += "clutter-1.4"
|
|
|
|
EXTRA_OECONF += "--disable-introspection"
|