]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcb: Add missing DEPENDS on libxdmcp
authorKhem Raj <raj.khem@gmail.com>
Sat, 23 Jul 2011 01:59:49 +0000 (18:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jul 2011 10:54:48 +0000 (11:54 +0100)
Observed this to fail when populating new tmpdir
from shared state

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-graphics/xcb/libxcb_1.7.bb

index 0f30c88f9a2d6673db62a1b35b508c50f1b582de..daecf0fd85dd53f9b168c6828c05536afbbd3b8e 100644 (file)
@@ -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"