1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-09 15:50:16 +00:00

clutter: Fix building version 0.8

Fix building of Clutter with new Automake

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-03-19 12:19:54 +00:00
parent 98d29b86c8
commit 6526d31492
2 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ PACKAGES =+ "clutter-examples-0.8"
FILES_clutter-examples-0.8 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-0-8 \
file://enable_tests-0.8.patch;patch=1 "
file://enable_tests-0.8.patch;patch=1 \
file://build-fix.patch;patch=1"
S = "${WORKDIR}/git"