summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-23 08:47:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-23 12:43:42 +0000
commit7e17205d09dd57ff0571e767f1bacac84a7394c3 (patch)
treea0ad5eff0a3d0b6fe6889725ed9cb55ea58088fd /meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
parent40fe6457d5ca49fe113bc26c60d5add59d85b34f (diff)
downloadpoky-7e17205d09dd57ff0571e767f1bacac84a7394c3.tar.gz
matchbox-stroke: Update to latest git revision to add missing Xrender dependency
Without this, linking can fail due to missing libraries since the code depends on Xrender. The fix was already upstream, we just need to use a revision that includes it. (From OE-Core rev: b8328a132efd515515bb2c200271a8960f0d783b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb')
-rw-r--r--meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
index 44b316ddef..79d5bf31dc 100644
--- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
+++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fb
7 7
8DEPENDS = "libfakekey expat libxft" 8DEPENDS = "libfakekey expat libxft"
9SECTION = "x11/wm" 9SECTION = "x11/wm"
10SRCREV = "8edfd9a2bf1f0d6b28d4afee4bda9d3635f26a0b" 10SRCREV = "2b772583b61d2f6e8358e7c80e10293fc27cfcb7"
11PV = "0.0+git${SRCPV}" 11PV = "0.0+git${SRCPV}"
12PR = "r0" 12PR = "r0"
13 13