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 12:02:39 +0100 |
commit | 9321db3fc68e7e83c811316f0b46aa7bc0245c41 (patch) | |
tree | 5f284b9df1f647bfb140435a83e3054339da4fda | |
parent | c30e58cbc94d749e58cdd906bda1879b9277d0ac (diff) | |
download | poky-9321db3fc68e7e83c811316f0b46aa7bc0245c41.tar.gz |
libxcb: Add missing DEPENDS on libxdmcp
Observed this to fail when populating new tmpdir
from shared state
(From OE-Core rev: 7bdc14b0537afa004830f1f23253b2778bb0e098)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | DEPENDS += "libpthread-stubs xcb-proto-native" | 8 | DEPENDS += "libpthread-stubs xcb-proto-native libxdmcp" |
9 | 9 | ||
10 | PACKAGES =+ "libxcb-xinerama" | 10 | PACKAGES =+ "libxcb-xinerama" |
11 | 11 | ||