libxcb: DEPEND on xcb-proto-native
authorMichael Smith <msmith@cbnco.com>
Wed, 3 Nov 2010 04:53:03 +0000 (04:53 +0000)
committerMichael Smith <msmith@cbnco.com>
Thu, 4 Nov 2010 15:37:17 +0000 (11:37 -0400)
libxcb needs the xcbgen Python modules staged by xcb-proto-native.

Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/xcb/libxcb.inc

index 9fb3377..8f86c3b 100644 (file)
@@ -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"