1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 07:27:12 +00:00

clutter-0.6: Fix symbol conflict with libc headers

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-24 14:57:26 +01:00
parent a844e018b6
commit fb26ad86b1
2 changed files with 33 additions and 1 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
require clutter.inc
PV = "0.6.0+gitr${SRCREV}"
PR = "r3"
PR = "r4"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-0-6 \
file://symconflict.patch;patch=1 \
file://enable_tests-0.6.patch;patch=1 "
S = "${WORKDIR}/git"