summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-10-05 14:23:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:55:23 +0100
commit73cf58d1a59c17e7d42cfcd1f152562af2429b55 (patch)
treed7a9a6cf69674817049400e05f097b02002a0ddb /meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
parentdae0c677d1e24aee5b9a79710b1fe0899b5ac658 (diff)
downloadpoky-73cf58d1a59c17e7d42cfcd1f152562af2429b55.tar.gz
matchbox-wm: Add dependency on libxfixes and libxcursor
(From OE-Core rev: f0eb614f189c9ef22442b5265147d1f2392e7f72) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb')
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
index 55480d7b98..934719a221 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa
8 file://src/wm.c;endline=21;md5=8dc9d24477d87ef5dfbc2e4927146aab" 8 file://src/wm.c;endline=21;md5=8dc9d24477d87ef5dfbc2e4927146aab"
9 9
10SECTION = "x11/wm" 10SECTION = "x11/wm"
11DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" 11DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf libxcursor libxfixes"
12 12
13SRCREV = "29544f0e61cc281fc60061443a537271e1081b78" 13SRCREV = "29544f0e61cc281fc60061443a537271e1081b78"
14PV = "1.2+git${SRCPV}" 14PV = "1.2+git${SRCPV}"