Files
poky/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb
Joshua Lock 71e8cc53ac clutter-gtk: remove duplicate gtk+ DEPENDS entry
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>
2011-03-29 14:10:08 +01:00

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"