mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 03:52:39 +02: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:
@@ -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"
|
||||
|
||||
16
meta/packages/clutter/clutter/build-fix.patch
Normal file
16
meta/packages/clutter/clutter/build-fix.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
Installing the same file twice causes an error in Automake 1.11
|
||||
|
||||
JL 19/03/10
|
||||
|
||||
Index: git/clutter/Makefile.am
|
||||
===================================================================
|
||||
--- git.orig/clutter/Makefile.am 2010-03-19 11:37:51.000000000 +0000
|
||||
+++ git/clutter/Makefile.am 2010-03-19 11:50:46.744042007 +0000
|
||||
@@ -219,7 +219,6 @@
|
||||
$(source_h) \
|
||||
clutter-json.h \
|
||||
clutter-enum-types.h \
|
||||
- clutter-version.h \
|
||||
clutter.h
|
||||
|
||||
DISTCLEANFILES = \
|
||||
Reference in New Issue
Block a user