From: Khem Raj Date: Sat, 23 Jul 2011 01:59:49 +0000 (-0700) Subject: libxcb: Add missing DEPENDS on libxdmcp X-Git-Tag: 2011-1~599 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7bdc14b0537afa004830f1f23253b2778bb0e098;p=openembedded-core.git libxcb: Add missing DEPENDS on libxdmcp Observed this to fail when populating new tmpdir from shared state Signed-off-by: Khem Raj --- 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"