diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-07-22 18:59:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:48 +0100 |
commit | 7bdc14b0537afa004830f1f23253b2778bb0e098 (patch) | |
tree | d8915b21c074dd24dc7c2df182834c129df5aed0 /meta/recipes-graphics/xcb | |
parent | 4c88733f8bace5bb6503ebfe5238e96fe424e6d0 (diff) | |
download | openembedded-core-7bdc14b0537afa004830f1f23253b2778bb0e098.tar.gz openembedded-core-7bdc14b0537afa004830f1f23253b2778bb0e098.tar.bz2 openembedded-core-7bdc14b0537afa004830f1f23253b2778bb0e098.zip |
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')
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_1.7.bb | 4 |
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" |