aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb_1.7.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-22 18:59:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 11:54:48 +0100
commit7bdc14b0537afa004830f1f23253b2778bb0e098 (patch)
treed8915b21c074dd24dc7c2df182834c129df5aed0 /meta/recipes-graphics/xcb/libxcb_1.7.bb
parent4c88733f8bace5bb6503ebfe5238e96fe424e6d0 (diff)
downloadopenembedded-core-7bdc14b0537afa004830f1f23253b2778bb0e098.tar.gz
libxcb: Add missing DEPENDS on libxdmcp
Observed this to fail when populating new tmpdir from shared state Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb_1.7.bb')
-rw-r--r--meta/recipes-graphics/xcb/libxcb_1.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb_1.7.bb b/meta/recipes-graphics/xcb/libxcb_1.7.bb
index 0f30c88f9a..daecf0fd85 100644
--- a/meta/recipes-graphics/xcb/libxcb_1.7.bb
+++ b/meta/recipes-graphics/xcb/libxcb_1.7.bb
@@ -3,9 +3,9 @@ include libxcb.inc
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
-PR = "r1"
+PR = "r2"
-DEPENDS += "libpthread-stubs xcb-proto-native"
+DEPENDS += "libpthread-stubs xcb-proto-native libxdmcp"
PACKAGES =+ "libxcb-xinerama"