]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcb: add xcb-proto-native to DEPENDS
authorJoshua Lock <josh@linux.intel.com>
Wed, 6 Jan 2010 15:39:28 +0000 (15:39 +0000)
committerJoshua Lock <josh@linux.intel.com>
Wed, 6 Jan 2010 15:52:16 +0000 (15:52 +0000)
A code generation tool used during build is run using the
native Python and needs a module built by xcb-proto.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/xcb/libxcb.inc

index ee46f598c025edb046976be1318f556467a77048..53c4e1b18122de7ed3d8965fd3195faff8de7530 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "MIT-X"
 HOMEPAGE = "http://xcb.freedesktop.org"
 
 PARALLEL_MAKE = ""
-DEPENDS = "xcb-proto xproto libxau libxslt-native"
+DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native"
 # DEPENDS += "xsltproc-native gperf-native"
 
 SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2"
@@ -40,7 +40,7 @@ FILES_libxcb-xtest = "${libdir}/libxcb-xtest.so.*"
 FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*"
 FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*"
 
-inherit autotools_stage pkgconfig
+inherit autotools pkgconfig
 
 # XCBPROTO_XCBINCLUDEDIR is setup based on `pkg-config --variable=xcbincludedir xcb-proto`
 # but the xcbincludedir variable doesn't point into the staging area, so it needs some