aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-11-03 04:53:03 +0000
committerMichael Smith <msmith@cbnco.com>2010-11-04 11:37:17 -0400
commitf3e06cb4d13605ac438ea94807edd1ea717a1b8e (patch)
tree53b5ae98f3d4bd09bb22c10711bca5a4233e555e
parent57388be76e78c8718c2c0e57a7db13495b2b82b3 (diff)
downloadopenembedded-f3e06cb4d13605ac438ea94807edd1ea717a1b8e.tar.gz
libxcb: DEPEND on xcb-proto-native
libxcb needs the xcbgen Python modules staged by xcb-proto-native. Signed-off-by: Michael Smith <msmith@cbnco.com>
-rw-r--r--recipes/xcb/libxcb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xcb/libxcb.inc b/recipes/xcb/libxcb.inc
index 9fb33771ce..8f86c3b9b5 100644
--- a/recipes/xcb/libxcb.inc
+++ b/recipes/xcb/libxcb.inc
@@ -5,9 +5,9 @@ HOMEPAGE = "http://xcb.freedesktop.org"
PARALLEL_MAKE = ""
BBCLASSEXTEND = "native nativesdk"
-DEPENDS = "xcb-proto xproto libxau libxslt-native"
+DEPENDS = "xcb-proto xcb-proto-native xproto libxau libxslt-native"
# DEPENDS += "xsltproc-native gperf-native"
-INC_PR = "r3"
+INC_PR = "r4"
SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2 \
file://configure.patch;striplevel=0"